svn commit: r328198 - head/audio/flac

Christian Weisgerber naddy at FreeBSD.org
Tue Sep 24 21:39:27 UTC 2013


Author: naddy
Date: Tue Sep 24 21:39:26 2013
New Revision: 328198
URL: http://svnweb.freebsd.org/changeset/ports/328198

Log:
  Tweak iconv handling.

Modified:
  head/audio/flac/Makefile

Modified: head/audio/flac/Makefile
==============================================================================
--- head/audio/flac/Makefile	Tue Sep 24 21:28:32 2013	(r328197)
+++ head/audio/flac/Makefile	Tue Sep 24 21:39:26 2013	(r328198)
@@ -27,8 +27,9 @@ OPTIONS_DEFINE=	DOCS ICONV
 OPTIONS_DEFAULT=ICONV
 
 ICONV_USES=	iconv
-ICONV_CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include
-ICONV_LDFLAGS=	-L${LOCALBASE}/lib
+ICONV_CPPFLAGS=	-I${ICONV_PREFIX}/include
+ICONV_LDFLAGS=	-L${ICONV_PREFIX}/lib
+ICONV_CONFIGURE_OFF=	am_cv_func_iconv=no
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list