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 /chat/pidgin-latex | |
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 'chat/pidgin-latex')
-rw-r--r-- | chat/pidgin-latex/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index ed41aade428..307bbedda9e 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2013/06/06 12:54:09 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2013/07/05 15:10:00 jperkin Exp $ VERSION= 1.2.1 PKGREVISION= 30 @@ -30,11 +30,6 @@ do-install: DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-Wl,--export-dynamic -.endif - .include "../../chat/pidgin/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |