Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 13:39:05 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527167 - head/audio/timidity++
Message-ID:  <202002261339.01QDd5TG057536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Feb 26 13:39:05 2020
New Revision: 527167
URL: https://svnweb.freebsd.org/changeset/ports/527167

Log:
  Set USES=localbase instead of modifying CFLAGS and LDFLAGS

Modified:
  head/audio/timidity++/Makefile

Modified: head/audio/timidity++/Makefile
==============================================================================
--- head/audio/timidity++/Makefile	Wed Feb 26 13:10:27 2020	(r527166)
+++ head/audio/timidity++/Makefile	Wed Feb 26 13:39:05 2020	(r527167)
@@ -20,12 +20,12 @@ LIB_DEPENDS=	libarc.so:archivers/libarc \
 RUN_DEPENDS=	eawpats>0:audio/eawpats
 .endif
 
-USES=		gmake tar:bzip2
+USES=		gmake localbase tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	SHLD="${CC} -shared"
 
-CPPFLAGS+=	-I${LOCALBASE}/include/libarc -I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -Wl,--export-dynamic
+CPPFLAGS+=	-I${LOCALBASE}/include/libarc
+LDFLAGS+=	-Wl,--export-dynamic
 
 PLIST_SUB+=	TIMID_LIBDIR="${TIMID_LIBDIR}" EUCJP_LOCALE="${EUCJP_LOCALE}"
 



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