[88162] trunk/dports/textproc/opensp/Portfile

dports at macports.org dports at macports.org
Tue Dec 20 22:55:04 PST 2011


Revision: 88162
          http://trac.macports.org/changeset/88162
Author:   dports at macports.org
Date:     2011-12-20 22:55:01 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
opensp: do not build with clang; it seems to build OK but causes
linker errors when building openjade

Modified Paths:
--------------
    trunk/dports/textproc/opensp/Portfile

Modified: trunk/dports/textproc/opensp/Portfile
===================================================================
--- trunk/dports/textproc/opensp/Portfile	2011-12-21 06:28:32 UTC (rev 88161)
+++ trunk/dports/textproc/opensp/Portfile	2011-12-21 06:55:01 UTC (rev 88162)
@@ -5,6 +5,7 @@
 
 name		opensp
 version		1.5.2
+revision	1
 categories	textproc
 maintainers	nomaintainer
 description	Collection of SGML/XML tools
@@ -23,6 +24,10 @@
 checksums	md5 670b223c5d12cee40c9137be86b6c39b \
 		sha1 b4e903e980f8a8b3887396a24e067bef126e97d5
 
+if {${configure.compiler} == "clang"} { 
+    configure.compiler llvm-gcc-4.2 
+} 
+
 use_autoreconf  yes
 autoreconf.args -fvi
 depends_lib	port:gettext
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/5973670a/attachment.html>


More information about the macports-changes mailing list