svn commit: r504249 - head/audio/gsequencer
Yuri Victorovich
yuri at FreeBSD.org
Sat Jun 15 17:27:38 UTC 2019
Author: yuri
Date: Sat Jun 15 17:27:37 2019
New Revision: 504249
URL: https://svnweb.freebsd.org/changeset/ports/504249
Log:
audio/gsequencer: Fix the license file name supplied to the build
PR: 238567
Reported by: Joël Krähemann <jkraehemann at gmail.com>
Modified:
head/audio/gsequencer/Makefile
Modified: head/audio/gsequencer/Makefile
==============================================================================
--- head/audio/gsequencer/Makefile Sat Jun 15 16:08:02 2019 (r504248)
+++ head/audio/gsequencer/Makefile Sat Jun 15 17:27:37 2019 (r504249)
@@ -33,7 +33,7 @@ USE_GCC= yes # the project uses gnu99 extensions, clan
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
More information about the svn-ports-head
mailing list