Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2019 17:27:37 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504249 - head/audio/gsequencer
Message-ID:  <201906151727.x5FHRbg9041149@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906151727.x5FHRbg9041149>