diff options
author | tron <tron@pkgsrc.org> | 2001-01-11 07:38:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-11 07:38:03 +0000 |
commit | 45ab9e2b47239ff29308434eb86daa5d7830aa14 (patch) | |
tree | be0c16482d88d55cb83cdf79db90fce3bd096488 /audio/mpg123 | |
parent | 8fe374e50712829268fc7061d138ff906d6ff0d8 (diff) | |
download | pkgsrc-45ab9e2b47239ff29308434eb86daa5d7830aa14.tar.gz |
Fix build problem invented in last commit.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index b07039ebaa1..214e3b5912e 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/01/11 07:26:54 tron Exp $ +# $NetBSD: Makefile,v 1.24 2001/01/11 07:38:03 tron Exp $ # DISTNAME= mpg123-0.59r @@ -34,7 +34,8 @@ ALL_TARGET= ${LOWER_OPSYS} .endif .if ${OPSYS} == "SunOS" -MAKE_ENV+= CPPFLAGS="" +ALL_TARGET= solaris-gcc +#MAKE_ENV+= CPPFLAGS="" .endif .if defined(USE_INET6) && ${USE_INET6} == "YES" @@ -47,6 +48,7 @@ pre-patch: ${LN} -s . ${WRKSRC}/mpg123 post-patch: + ${RM} -f ${WRKSRC}/mpg123 ${CP} ${FILESDIR}/decode_i586_.s ${WRKSRC}/ cd ${WRKSRC} ; ${MV} decode_i586.s decode_i586.s.orig ;\ ${SED} \ |