diff options
author | tron <tron@pkgsrc.org> | 2001-01-11 07:39:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-11 07:39:41 +0000 |
commit | a748a7c708ec7c21655f0c88d13c768ae29316fd (patch) | |
tree | 13843918f594558d2c8335e07f9ac716b27a3bb5 /audio | |
parent | 45ab9e2b47239ff29308434eb86daa5d7830aa14 (diff) | |
download | pkgsrc-a748a7c708ec7c21655f0c88d13c768ae29316fd.tar.gz |
Use IPv6 support on Solaris, too.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 214e3b5912e..f9b0e30a2ca 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/01/11 07:38:03 tron Exp $ +# $NetBSD: Makefile,v 1.25 2001/01/11 07:39:41 tron Exp $ # DISTNAME= mpg123-0.59r @@ -35,7 +35,6 @@ ALL_TARGET= ${LOWER_OPSYS} .if ${OPSYS} == "SunOS" ALL_TARGET= solaris-gcc -#MAKE_ENV+= CPPFLAGS="" .endif .if defined(USE_INET6) && ${USE_INET6} == "YES" |