[51882] trunk/dports/devel/akonadi/Portfile

toby at macports.org toby at macports.org
Fri Jun 5 16:27:49 PDT 2009


Revision: 51882
          http://trac.macports.org/changeset/51882
Author:   toby at macports.org
Date:     2009-06-05 16:27:49 -0700 (Fri, 05 Jun 2009)
Log Message:
-----------
forward compatibility

Modified Paths:
--------------
    trunk/dports/devel/akonadi/Portfile

Modified: trunk/dports/devel/akonadi/Portfile
===================================================================
--- trunk/dports/devel/akonadi/Portfile	2009-06-05 22:19:24 UTC (rev 51881)
+++ trunk/dports/devel/akonadi/Portfile	2009-06-05 23:27:49 UTC (rev 51882)
@@ -21,7 +21,7 @@
                         ../${distname}
 
 platform darwin 9 {
-    if {${universal_target} == "10.4"} {
+    if {[info exists universal_target] && ${universal_target} == "10.4"} {
 # Needed if compiling for 10.4 universal on 10.5
         post-configure {
             reinplace "s|#define HAVE_EXECINFO_H 1||" ${workpath}/build/config-akonadi.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090605/ef376899/attachment.html>


More information about the macports-changes mailing list