summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-09-30 18:20:59 +0000
committerJohn Marino <marino@FreeBSD.org>2013-09-30 18:20:59 +0000
commit3b1a51b7411f6e1d0d4f30dadd3ae1e62bab4f66 (patch)
treeaa137cda737345cf6fd5a939b2e15b9fb83e9bf6
parent- Bump PORTREVISION. Lazarus has been updated to 1.0.12 (diff)
devel/libdatrie: Add explicit LDFLAGS for iconv
Notes
Notes: svn path=/head/; revision=328839
-rw-r--r--devel/libdatrie/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile
index 0c82127ebe7e..b9c181cca63f 100644
--- a/devel/libdatrie/Makefile
+++ b/devel/libdatrie/Makefile
@@ -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