summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-09-26 12:55:11 +0000
committerjperkin <jperkin@pkgsrc.org>2012-09-26 12:55:11 +0000
commit8b884bec61d9f187f5c9fb06ea8493232e29094f (patch)
treeb7e78a70e533dce2525c23681a90c6c38119a8fb /audio/mpg123/Makefile
parentf9bfb87718b6a9d46390024817ab0d35f4b46c54 (diff)
downloadpkgsrc-8b884bec61d9f187f5c9fb06ea8493232e29094f.tar.gz
Disable hand-rolled assembly on Solaris, the style is incompatible with
the Solaris linker, and -mimpure-text is no longer an option with GCC. Fixes build on Solaris/GCC.
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 51c88aa53be..757a54b6953 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2011/10/17 19:45:55 shattered Exp $
+# $NetBSD: Makefile,v 1.52 2012/09/26 13:06:17 jperkin Exp $
PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//}
PKGREVISION= 1
@@ -37,10 +37,6 @@ CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
CPPFLAGS+= -DDEVOSSSOUND="\"${DEVOSSSOUND}\""
.endif
-.if ${OPSYS} == "SunOS"
-MAKE_ENV+= SunOS_LDFLAGS="-shared -mimpure-text"
-.endif
-
# MPG123_MODULE is not finally set yet, to avoid NOT_FOR_PLATFORM triggers
.include "Makefile.common"