diff options
author | oliver <oliver@FreeBSD.org> | 2009-12-04 00:11:20 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-12-04 00:11:20 +0800 |
commit | 72e70fdcff475161f13c82f384009c077aee0dcb (patch) | |
tree | 6a4606b0350b5074b8d7e95f8b999eb62e9d8b08 /multimedia | |
parent | c485aac74fc125cc732b0c50e5139d91de9bf899 (diff) | |
download | freebsd-ports-gnome-72e70fdcff475161f13c82f384009c077aee0dcb.tar.gz freebsd-ports-gnome-72e70fdcff475161f13c82f384009c077aee0dcb.tar.zst freebsd-ports-gnome-72e70fdcff475161f13c82f384009c077aee0dcb.zip |
add --disable-xspf to the configure args - xspf playlists are just not working
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 02744fd9c336..ecc3b7478fe4 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -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" |