svn commit: r328839 - head/devel/libdatrie

John Marino marino at FreeBSD.org
Mon Sep 30 18:21:00 UTC 2013


Author: marino
Date: Mon Sep 30 18:20:59 2013
New Revision: 328839
URL: http://svnweb.freebsd.org/changeset/ports/328839

Log:
  devel/libdatrie: Add explicit LDFLAGS for iconv

Modified:
  head/devel/libdatrie/Makefile

Modified: head/devel/libdatrie/Makefile
==============================================================================
--- head/devel/libdatrie/Makefile	Mon Sep 30 18:16:32 2013	(r328838)
+++ head/devel/libdatrie/Makefile	Mon Sep 30 18:20:59 2013	(r328839)
@@ -17,7 +17,7 @@ USES=		iconv pathfix
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
 MAN1=		trietool-0.2.1
 PORTDOCS=	README.migration


More information about the svn-ports-all mailing list