diff options
author | rh <rh> | 2002-10-14 09:46:59 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-14 09:46:59 +0000 |
commit | c880fb57556eafd8f7b1b2c1a69020636807c98f (patch) | |
tree | 10936089c640c8f8068a0af7b0784b423c711996 /audio/xmms/Makefile | |
parent | 75ccb54d5f627df2e69d6360b67da7e99b570d6b (diff) | |
download | pkgsrc-c880fb57556eafd8f7b1b2c1a69020636807c98f.tar.gz |
Add support for IPv6, mainly using the patches from
http://www.version6.net/
Bump PKGREVISION.
This closes PR pkg/17771 by Tomi Nylund <wizard@sik.oulu.fi>
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r-- | audio/xmms/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 33976b9d768..8eb4b74772a 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2002/10/03 08:05:27 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2002/10/14 09:46:59 rh Exp $ # DISTNAME= xmms-1.2.7 @@ -12,9 +12,9 @@ HOMEPAGE= http://www.xmms.org/ COMMENT= X Multimedia System --- An audio player with a Winamp GUI USE_BUILDLINK2= yes -USE_LIBTOOL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gnome LIBTOOL_OVERRIDE= ${WRKSRC}/libtool @@ -28,6 +28,10 @@ LIBS+= -liconv PTHREAD_OPTS+= require +.if defined(USE_INET6) && ${USE_INET6} == YES +CONFIGURE_ARGS+= --enable-ipv6 +.endif + .if (${OPSYS} == NetBSD) CONFIGURE_ARGS+= --with-dev-dsp=${DEVOSSSOUND} CPPFLAGS+= -DHAVE_NANOSLEEP=1 |