[Midnightbsd-cvs] mports [15785] trunk/devel/apr/Makefile: support iconv at multiple locations
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Dec 24 16:38:38 EST 2013
Revision: 15785
http://svnweb.midnightbsd.org/mports/?rev=15785
Author: laffer1
Date: 2013-12-24 16:38:37 -0500 (Tue, 24 Dec 2013)
Log Message:
-----------
support iconv at multiple locations
Modified Paths:
--------------
trunk/devel/apr/Makefile
Modified: trunk/devel/apr/Makefile
===================================================================
--- trunk/devel/apr/Makefile 2013-12-24 21:38:12 UTC (rev 15784)
+++ trunk/devel/apr/Makefile 2013-12-24 21:38:37 UTC (rev 15785)
@@ -45,7 +45,7 @@
APR_CONF_ARGS= --with-installbuilddir=${DATADIR}/build-1
APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \
--with-expat=${LOCALBASE} \
- --with-iconv=${LOCALBASE}
+ --with-iconv=${ICONV_PREFIX}
.include <bsd.mport.options.mk>
More information about the Midnightbsd-cvs
mailing list