[52458] trunk/dports/kde/kdelibs4/Portfile

toby at macports.org toby at macports.org
Tue Jun 16 19:35:53 PDT 2009


Revision: 52458
          http://trac.macports.org/changeset/52458
Author:   toby at macports.org
Date:     2009-06-16 19:35:53 -0700 (Tue, 16 Jun 2009)
Log Message:
-----------
hack port to work on trunk, although this is still very wrong

Modified Paths:
--------------
    trunk/dports/kde/kdelibs4/Portfile

Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile	2009-06-17 02:27:37 UTC (rev 52457)
+++ trunk/dports/kde/kdelibs4/Portfile	2009-06-17 02:35:53 UTC (rev 52458)
@@ -41,7 +41,7 @@
                         -DWITH_FAM=OFF
 
 platform darwin 9 {
-    if {${universal_target} == "10.4"} {
+    if {[info exists universal_target] && ${universal_target} == "10.4"} {
     # Needed only if compiling for 10.4 universal on 10.5
         post-configure {
             reinplace "s|#define   HAVE_BACKTRACE 1||" ${workpath}/build/config.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090616/66408392/attachment.html>


More information about the macports-changes mailing list