diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:48:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:48:22 +0000 |
commit | 8af96491fdc1ccfc098abdbefabc42a58ec2a98d (patch) | |
tree | acd43543e363388cd0315bfdf56896d350c1f3a8 | |
parent | 841b1cbd4f21008442f95fe4e203f2d9f704e23d (diff) | |
download | freebsd-ports-8af96491fdc1ccfc098abdbefabc42a58ec2a98d.zip |
- Fix build on FreeBSD 10
-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 |