diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:00:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:00:25 +0800 |
commit | 9cdf59d7b1b339253152694459e35161b3998314 (patch) | |
tree | 63513170f25111aef08e90148af8e3405c26d534 /audio | |
parent | 3cda8bc65ca3a3d035b5c66543ea840d25d2a3ff (diff) | |
download | freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.tar.gz freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.tar.zst freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.zip |
- Fix build FreeBSD 10
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 6681e86175a3..171cb931bf82 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -16,6 +16,7 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +WITH_FBSD10_FIX= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes |