Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 22:24:49 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327653 - head/news/newsstar
Message-ID:  <201309192224.r8JMOnL0068992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309192224.r8JMOnL0068992>