diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-05 15:10:00 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-05 15:10:00 +0000 |
commit | e8ba95d3b6f602ef8b6c16e28aeb8ec3e5800f0f (patch) | |
tree | 0a8a70433f8ff35aeb19ce4f9cf361d96fad414e /audio/moc | |
parent | 1279289a9ba798da081896696a1bd02b6b4f184d (diff) | |
download | pkgsrc-e8ba95d3b6f602ef8b6c16e28aeb8ec3e5800f0f.tar.gz |
Apply removal of -export-dynamic for SunOS across all of pkgsrc.
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been
looked at yet.
Diffstat (limited to 'audio/moc')
-rw-r--r-- | audio/moc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 4c6da79c010..825c7b3ecc2 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/06/16 13:00:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2013/07/05 15:10:00 jperkin Exp $ DISTNAME= moc-2.4.4 CATEGORIES= audio @@ -35,11 +35,6 @@ SUBST_MESSAGE.oss= Fixing hardcoded audio device. #pre-configure: # cd ${WRKSRC} && autoreconf -v -i -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-Wl,--export-dynamic -.endif - LIBS.SunOS+= -lsocket .include "../../audio/libid3tag/buildlink3.mk" |