[93764] trunk/dports/science/gplcver

ryandesign at macports.org ryandesign at macports.org
Wed May 30 05:05:44 PDT 2012


Revision: 93764
          https://trac.macports.org/changeset/93764
Author:   ryandesign at macports.org
Date:     2012-05-30 05:05:44 -0700 (Wed, 30 May 2012)
Log Message:
-----------
gplcver: remove ineffectual --export-dynamic which causes a build failure with clang (#34668); license GPL-2

Modified Paths:
--------------
    trunk/dports/science/gplcver/Portfile

Added Paths:
-----------
    trunk/dports/science/gplcver/files/patch-makefile.osx.diff

Modified: trunk/dports/science/gplcver/Portfile
===================================================================
--- trunk/dports/science/gplcver/Portfile	2012-05-30 09:43:12 UTC (rev 93763)
+++ trunk/dports/science/gplcver/Portfile	2012-05-30 12:05:44 UTC (rev 93764)
@@ -8,6 +8,8 @@
 revision        1
 categories      science
 maintainers		nomaintainer
+license         GPL-2
+
 description     GPL Cver is an open-source, interpreted Verilog simulator by Pragmatic C Software 
 
 long_description \
@@ -33,7 +35,8 @@
                 CC=${configure.cc} \
                 ARCHFLGS="[get_canonical_archflags cc]"
 
-patchfiles      patch-inst_tst.sh.diff
+patchfiles      patch-inst_tst.sh.diff \
+                patch-makefile.osx.diff
 
 destroot {
 

Added: trunk/dports/science/gplcver/files/patch-makefile.osx.diff
===================================================================
--- trunk/dports/science/gplcver/files/patch-makefile.osx.diff	                        (rev 0)
+++ trunk/dports/science/gplcver/files/patch-makefile.osx.diff	2012-05-30 12:05:44 UTC (rev 93764)
@@ -0,0 +1,11 @@
+--- src/makefile.osx.orig	2007-05-30 10:22:45.000000000 -0500
++++ src/makefile.osx	2012-05-30 03:58:36.000000000 -0500
+@@ -45,7 +45,7 @@
+ # select loader
+ LD=ld
+ # needed for dynamic PLI loading
+-LFLAGS=--export-dynamic
++LFLAGS=
+ 
+ # system libs
+ LIBS= -lm -ldl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120530/50dafcf9/attachment.html>


More information about the macports-changes mailing list