diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-12-15 21:48:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-12-15 21:48:34 +0000 |
commit | 6b33c0d1cd6b08188f1a82108877a1812c2d1317 (patch) | |
tree | 7c97ae69250f851045560e434dc87ed6be58f985 /audio/libsndfile | |
parent | fc4b498fc229907c367310c2c94d9c3006b7eb7e (diff) | |
download | ports-6b33c0d1cd6b08188f1a82108877a1812c2d1317.tar.gz ports-6b33c0d1cd6b08188f1a82108877a1812c2d1317.zip |
Notes
Diffstat (limited to 'audio/libsndfile')
-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 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" |