diff options
author | tron <tron> | 2001-01-11 07:39:41 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-11 07:39:41 +0000 |
commit | bc9d4758e2953c7124c0f87c3af32b4ba34da700 (patch) | |
tree | 13843918f594558d2c8335e07f9ac716b27a3bb5 /audio | |
parent | 7c751688b40f872b39b5392b7ba8e0c5216f56ae (diff) | |
download | pkgsrc-bc9d4758e2953c7124c0f87c3af32b4ba34da700.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" |