diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:48:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:48:22 +0800 |
commit | ef98845fefe5d66e0bfbdcadcae8f6d6e4162031 (patch) | |
tree | e783249b3843d4eadfd9fded2abac0749008490f /audio | |
parent | aa85cb7c5ab638dd3d19c210ec438092fe091809 (diff) | |
download | freebsd-ports-gnome-ef98845fefe5d66e0bfbdcadcae8f6d6e4162031.tar.gz freebsd-ports-gnome-ef98845fefe5d66e0bfbdcadcae8f6d6e4162031.tar.zst freebsd-ports-gnome-ef98845fefe5d66e0bfbdcadcae8f6d6e4162031.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'audio')
-rw-r--r-- | audio/opencore-amr/Makefile | 1 | ||||
-rw-r--r-- | audio/wavpack/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/opencore-amr/Makefile b/audio/opencore-amr/Makefile index 22e958b9cf88..4a6bd6b28c48 100644 --- a/audio/opencore-amr/Makefile +++ b/audio/opencore-amr/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= SF MAINTAINER= gslin@gslin.org COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index 33c18584a16a..b9031ca4303e 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -14,6 +14,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio codec for lossless, lossy and hybrid compression USE_BZIP2= yes +WITH_FBSD10_FIX=yes USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes |