[92210] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 21 17:12:42 PDT 2012


Revision: 92210
          https://trac.macports.org/changeset/92210
Author:   jeremyhu at macports.org
Date:     2012-04-21 17:12:42 -0700 (Sat, 21 Apr 2012)
Log Message:
-----------
ld64: Fix a typo that caused a build failure on recent systems

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2012-04-22 00:12:06 UTC (rev 92209)
+++ trunk/dports/devel/ld64/Portfile	2012-04-22 00:12:42 UTC (rev 92210)
@@ -120,7 +120,7 @@
     }
     pre-destroot {
         set extra_flags "[exec ${prefix}/bin/llvm-config-mp-${llvm_version} --cflags] -I${prefix}/include"
-        destrootd.env   OTHER_CFLAGS="${extra_flags}" OTHER_CPLUSPLUSFLAGS="${extra_flags}"
+        destroot.env    OTHER_CFLAGS="${extra_flags}" OTHER_CPLUSPLUSFLAGS="${extra_flags}"
     }
 } else {
     # XCode 2.5 doesn't honor the env settings as above, and the xcode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120421/376d2a3b/attachment-0001.html>


More information about the macports-changes mailing list