From 2331c8e4c4da46e1adb6a27594d2a86782d2bfe5 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 15 Jun 2019 17:27:37 +0000 Subject: [PATCH] audio/gsequencer: Fix the license file name supplied to the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 238567 Reported by: Joël Krähemann --- audio/gsequencer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile index d7e12db009a8..bd37d53e4836 100644 --- a/audio/gsequencer/Makefile +++ b/audio/gsequencer/Makefile @@ -33,7 +33,7 @@ USE_GCC= yes # the project uses gnu99 extensions, clang fails even with USE_CSTD USE_CSTD= gnu99 USE_LDCONFIG= yes -CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/gsequencer-2.1.76/GPLv3\\\" \ +CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/${PKGNAME}/${LICENSE}\\\" \ -DAGS_LOGO_FILENAME=\\\"${DATADIR}/images/ags.png\\\" # there should be no need to supply AGS_LOGO_FILENAME here since the app knows its location LDFLAGS+= -luuid