diff options
author | naddy <naddy@FreeBSD.org> | 2013-09-25 05:39:26 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-09-25 05:39:26 +0800 |
commit | 944e83fabc27315c2404cbdebb0f6d42a6324022 (patch) | |
tree | 44c2a0774c19d5d642e50f52bedecdadee761269 /audio | |
parent | 4ef414956036f6de3651095f300c5ed7d91482c7 (diff) | |
download | freebsd-ports-gnome-944e83fabc27315c2404cbdebb0f6d42a6324022.tar.gz freebsd-ports-gnome-944e83fabc27315c2404cbdebb0f6d42a6324022.tar.zst freebsd-ports-gnome-944e83fabc27315c2404cbdebb0f6d42a6324022.zip |
Tweak iconv handling.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 8a16a4325046..5cc585f178c1 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -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> |