aboutsummaryrefslogtreecommitdiff
path: root/audio/libsndfile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-12-15 21:48:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-12-15 21:48:34 +0000
commit6b33c0d1cd6b08188f1a82108877a1812c2d1317 (patch)
tree7c97ae69250f851045560e434dc87ed6be58f985 /audio/libsndfile
parentfc4b498fc229907c367310c2c94d9c3006b7eb7e (diff)
downloadports-6b33c0d1cd6b08188f1a82108877a1812c2d1317.tar.gz
ports-6b33c0d1cd6b08188f1a82108877a1812c2d1317.zip
Explicit disable alsa compatibility library.
PR: ports/153190 Submitted by: makc@ With hat: multimedia@
Notes
Notes: svn path=/head/; revision=266373
Diffstat (limited to 'audio/libsndfile')
-rw-r--r--audio/libsndfile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index ec0efc4596c6..4d496e243769 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-gcc-pipe \
--disable-sqlite \
+ --disable-alsa \
--disable-octave
CONFIGURE_ENV= CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"