diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 15:28:19 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 15:28:19 +0000 |
commit | dce13e0fa3b1da72797fd79e195611d1076e6f02 (patch) | |
tree | 126ab64b8c18b52cbc41f96db92e5b970b33df10 /chat/pidgin-latex/Makefile | |
parent | 59981a09977dadb9001bb0847a54516d61295e59 (diff) | |
download | pkgsrc-dce13e0fa3b1da72797fd79e195611d1076e6f02.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'chat/pidgin-latex/Makefile')
-rw-r--r-- | chat/pidgin-latex/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index 3ef19966a19..0316acf6d8a 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/02/06 12:39:37 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/02/16 15:29:59 hans Exp $ VERSION= 1.2.1 PKGREVISION= 13 @@ -28,6 +28,11 @@ 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 "../../mk/tex.buildlink3.mk" |