add --disable-xspf to the configure args - xspf playlists are just not working

This commit is contained in:
Oliver Lehmann 2009-12-03 16:11:20 +00:00
parent 60e83566fd
commit 6fb8258c8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245171

View File

@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_XORG= x11 sm
USE_GNOME= gtk20 libglade2
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-xspf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"