[55305] trunk/dports/textproc/tth/Portfile

toby at macports.org toby at macports.org
Sat Aug 8 13:58:19 PDT 2009


Revision: 55305
          http://trac.macports.org/changeset/55305
Author:   toby at macports.org
Date:     2009-08-08 13:58:18 -0700 (Sat, 08 Aug 2009)
Log Message:
-----------
1.7 hack

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

Modified: trunk/dports/textproc/tth/Portfile
===================================================================
--- trunk/dports/textproc/tth/Portfile	2009-08-08 20:10:15 UTC (rev 55304)
+++ trunk/dports/textproc/tth/Portfile	2009-08-08 20:58:18 UTC (rev 55305)
@@ -35,7 +35,7 @@
 if {[variant_isset universal]} {
     set mycflags "$mycflags ${configure.universal_cflags}"
 } else {
-    set mycflags "$mycflags ${configure.cc_archflags}"
+    if {[info exists configure.cc_archflags]} { set mycflags "$mycflags ${configure.cc_archflags}" }
 }
 
 build.cmd       ${configure.cc}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090808/489315a8/attachment.html>


More information about the macports-changes mailing list