1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Explicit disable alsa compatibility library.

PR:		ports/153190
Submitted by:	makc@
With hat:	multimedia@
This commit is contained in:
Koop Mast 2010-12-15 21:48:34 +00:00
parent fc4b498fc2
commit 6b33c0d1cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266373

View File

@ -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"