Date: Tue, 24 Sep 2013 21:39:27 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328198 - head/audio/flac Message-ID: <201309242139.r8OLdRC8066434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309242139.r8OLdRC8066434>