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 /cad/gplcver | |
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 'cad/gplcver')
-rw-r--r-- | cad/gplcver/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cad/gplcver/Makefile b/cad/gplcver/Makefile index 95aae7f8543..732fe253a6a 100644 --- a/cad/gplcver/Makefile +++ b/cad/gplcver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/08 13:25:13 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/07/05 15:10:00 jperkin Exp $ # DISTNAME= gplcver-2.12a.src @@ -18,11 +18,6 @@ BUILDLINK_LIBS.dl= ${BUILDLINK_LDADD.dl} INSTALLATION_DIRS= bin lib/gplcver/pli_incs -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-export-dynamic -.endif - .include "../../mk/dlopen.buildlink3.mk" do-install: |