diff options
author | kwm <kwm@FreeBSD.org> | 2005-07-08 01:30:27 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-07-08 01:30:27 +0800 |
commit | 4c6a9e1b09551b0ecdb1a9b2047d4287e9309347 (patch) | |
tree | b65c1aaf537bc0869f100f8a6532fcbc99a77a44 /audio | |
parent | fab91ec266809d69bbb436dcb7584df801c9fe9f (diff) | |
download | freebsd-ports-gnome-4c6a9e1b09551b0ecdb1a9b2047d4287e9309347.tar.gz freebsd-ports-gnome-4c6a9e1b09551b0ecdb1a9b2047d4287e9309347.tar.zst freebsd-ports-gnome-4c6a9e1b09551b0ecdb1a9b2047d4287e9309347.zip |
Add USE_ICONV to fix build on pointyhat
Submitted by: pointyhat via kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavpack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index afe1a8a45156..e7b8301555f2 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -15,6 +15,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format USE_LIBTOOL_VER=15 +USE_ICONV= yes USE_BZIP2= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |