svn commit: r424129 - head/audio/gbsplay

John Marino marino at FreeBSD.org
Mon Oct 17 16:38:15 UTC 2016


Author: marino
Date: Mon Oct 17 16:38:13 2016
New Revision: 424129
URL: https://svnweb.freebsd.org/changeset/ports/424129

Log:
  audio/gbsplay: Add explicit -L option for NLS LDFLAGS
  
  Some compilers don't have /usr/local/lib in the default library search
  path.
  
  Approved by:	explicit LDFLAGs blanket

Modified:
  head/audio/gbsplay/Makefile

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Mon Oct 17 15:59:00 2016	(r424128)
+++ head/audio/gbsplay/Makefile	Mon Oct 17 16:38:13 2016	(r424129)
@@ -32,7 +32,7 @@ NAS_LIB_DEPENDS=	libaudio.so:audio/nas
 NAS_CONFIGURE_ENABLE=	nas
 NLS_CONFIGURE_OFF=	--disable-i18n
 NLS_USES=		gettext
-NLS_LDFLAGS=		-lintl
+NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list