diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-20 06:24:49 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-20 06:24:49 +0800 |
commit | cebb060fa495aa360f5a600fa94abe04a2c10208 (patch) | |
tree | 1658c1e5079ae6334d063563ba812ac5550db326 /news | |
parent | 478a82bcb0cb78b20d0ac1e22939588a5448f5db (diff) | |
download | freebsd-ports-gnome-cebb060fa495aa360f5a600fa94abe04a2c10208.tar.gz freebsd-ports-gnome-cebb060fa495aa360f5a600fa94abe04a2c10208.tar.zst freebsd-ports-gnome-cebb060fa495aa360f5a600fa94abe04a2c10208.zip |
- Add explicit $ICONV_LIB
Submitted by: marino
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'news')
-rw-r--r-- | news/newsstar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index dee607c240da..6e404908e40a 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-rc-dir=/var/spool/newsstar/lib \ --with-incoming-dir=/var/spool/newsstar/incoming -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include .include <bsd.port.options.mk> |