svn commit: r329120 - head/audio/osd-lyrics

John Marino marino at FreeBSD.org
Wed Oct 2 22:48:10 UTC 2013


Author: marino
Date: Wed Oct  2 22:48:09 2013
New Revision: 329120
URL: http://svnweb.freebsd.org/changeset/ports/329120

Log:
  audio/osd-lyrics: Fix iconv LDFLAGS

Modified:
  head/audio/osd-lyrics/Makefile

Modified: head/audio/osd-lyrics/Makefile
==============================================================================
--- head/audio/osd-lyrics/Makefile	Wed Oct  2 22:33:27 2013	(r329119)
+++ head/audio/osd-lyrics/Makefile	Wed Oct  2 22:48:09 2013	(r329120)
@@ -28,7 +28,7 @@ USE_GNOME=	gtk20
 USE_SQLITE=	yes
 INSTALLS_ICONS=	yes
 PORTDOCS=	AUTHORS ChangeLog NEWS README
-LDFLAGS=	${ICONV_LIB}
+LDFLAGS=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
 OPTIONS_DEFINE=	DOCS MPD XMMS2 AMAROK
 MPD_DESC=	Enable MPD support


More information about the svn-ports-all mailing list