Date: Mon, 30 Sep 2013 18:20:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328839 - head/devel/libdatrie Message-ID: <201309301820.r8UIKxBn040569@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Sep 30 18:20:59 2013 New Revision: 328839 URL: http://svnweb.freebsd.org/changeset/ports/328839 Log: devel/libdatrie: Add explicit LDFLAGS for iconv Modified: head/devel/libdatrie/Makefile Modified: head/devel/libdatrie/Makefile ============================================================================== --- head/devel/libdatrie/Makefile Mon Sep 30 18:16:32 2013 (r328838) +++ head/devel/libdatrie/Makefile Mon Sep 30 18:20:59 2013 (r328839) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301820.r8UIKxBn040569>