svn commit: r327653 - head/news/newsstar

Guido Falsi madpilot at FreeBSD.org
Thu Sep 19 22:24:50 UTC 2013


Author: madpilot
Date: Thu Sep 19 22:24:49 2013
New Revision: 327653
URL: http://svnweb.freebsd.org/changeset/ports/327653

Log:
  - Add explicit $ICONV_LIB
  
  Submitted by:	marino
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/news/newsstar/Makefile

Modified: head/news/newsstar/Makefile
==============================================================================
--- head/news/newsstar/Makefile	Thu Sep 19 21:56:43 2013	(r327652)
+++ head/news/newsstar/Makefile	Thu Sep 19 22:24:49 2013	(r327653)
@@ -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>


More information about the svn-ports-all mailing list