pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/gplcver



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  8 10:33:03 UTC 2022

Modified Files:
        pkgsrc/cad/gplcver: Makefile

Log Message:
gplcver: Remove -export-dynamic on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cad/gplcver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/gplcver/Makefile
diff -u pkgsrc/cad/gplcver/Makefile:1.12 pkgsrc/cad/gplcver/Makefile:1.13
--- pkgsrc/cad/gplcver/Makefile:1.12    Sat Jan 18 23:30:10 2020
+++ pkgsrc/cad/gplcver/Makefile Thu Dec  8 10:33:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:10 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2022/12/08 10:33:03 jperkin Exp $
 #
 
 DISTNAME=              gplcver-2.12a.src
@@ -16,6 +16,8 @@ BUILD_DIRS=           src
 MAKE_FILE=             makefile.freebsd
 BUILDLINK_LIBS.dl=     ${BUILDLINK_LDADD.dl}
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-export-dynamic
+
 INSTALLATION_DIRS=     bin lib/gplcver/pli_incs
 
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index