summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-09-26 12:55:11 +0000
committerjperkin <jperkin>2012-09-26 12:55:11 +0000
commit57330f433bfeebf8e0d0519bc6b020401f91cd83 (patch)
treeb7e78a70e533dce2525c23681a90c6c38119a8fb /audio/mpg123/Makefile
parent41e4ed23564c0c5766f25ed26531d12177c0402c (diff)
downloadpkgsrc-57330f433bfeebf8e0d0519bc6b020401f91cd83.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"