1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix installation. CONFIGURE_ARGS was getting clobbered.

Reported by:		kris
Fix submitted by:	Sergey Akifyev <asa@gascom.ru>
This commit is contained in:
Adam Weinberger 2003-06-04 16:39:05 +00:00
parent fcf388678a
commit 30ef8ee05d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82269

View File

@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gtk12 imlib esound
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-alsa
CONFIGURE_ARGS+= --disable-alsa
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \
LIBS="-L${LOCALBASE}/lib"