svn commit: r527167 - head/audio/timidity++

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Feb 26 13:39:05 UTC 2020


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}"
 


More information about the svn-ports-head mailing list