svn commit: r328213 - head/converters/recode
Guido Falsi
madpilot at FreeBSD.org
Tue Sep 24 22:53:41 UTC 2013
Author: madpilot
Date: Tue Sep 24 22:53:40 2013
New Revision: 328213
URL: http://svnweb.freebsd.org/changeset/ports/328213
Log:
- Add explicit LDFLAGS for iconv
Submitted by: marino
Approved by: portmgr (bapt)
Modified:
head/converters/recode/Makefile
Modified: head/converters/recode/Makefile
==============================================================================
--- head/converters/recode/Makefile Tue Sep 24 22:53:11 2013 (r328212)
+++ head/converters/recode/Makefile Tue Sep 24 22:53:40 2013 (r328213)
@@ -17,7 +17,7 @@ USE_PERL5= patch run build
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-included-gettext
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
CFLAGS+= -fPIC
MAN1= recode.1
More information about the svn-ports-all
mailing list