diff options
author | marino <marino@FreeBSD.org> | 2013-10-01 02:20:59 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-01 02:20:59 +0800 |
commit | ac81eb3956ca65e6b49a07f73088ad3dbee89b0f (patch) | |
tree | aa137cda737345cf6fd5a939b2e15b9fb83e9bf6 | |
parent | 08aec8e8121c83ad4ccfc2343badbfeea1037244 (diff) | |
download | freebsd-ports-gnome-ac81eb3956ca65e6b49a07f73088ad3dbee89b0f.tar.gz freebsd-ports-gnome-ac81eb3956ca65e6b49a07f73088ad3dbee89b0f.tar.zst freebsd-ports-gnome-ac81eb3956ca65e6b49a07f73088ad3dbee89b0f.zip |
devel/libdatrie: Add explicit LDFLAGS for iconv
-rw-r--r-- | devel/libdatrie/Makefile | 2 |
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 |