aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2009-02-15 12:39:01 +0800
committerahze <ahze@FreeBSD.org>2009-02-15 12:39:01 +0800
commit78f601804181e9300a07e39a9853842f1e7bfd03 (patch)
tree53b6698d8d969ca2b9dd204ce4f1d223e76ee644 /audio
parent58f3ca1d1a5a2956a963bab1504c567a73245148 (diff)
downloadfreebsd-ports-gnome-78f601804181e9300a07e39a9853842f1e7bfd03.tar.gz
freebsd-ports-gnome-78f601804181e9300a07e39a9853842f1e7bfd03.tar.zst
freebsd-ports-gnome-78f601804181e9300a07e39a9853842f1e7bfd03.zip
Use USE_GMAKE to fix build on some version of FreeBSD
Submitted by: 1wkmmr@gmail.com
Diffstat (limited to 'audio')
-rw-r--r--audio/libsndfile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index 6fcb689900f3..4e494c7f5546 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -15,6 +15,7 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
+USE_GMAKE= yes
CONFIGURE_ARGS= --disable-gcc-pipe \
--disable-sqlite
CONFIGURE_ENV= CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \