[101240] trunk/dports/lang/llvm-2.9

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 15:32:25 PST 2013


Revision: 101240
          https://trac.macports.org/changeset/101240
Author:   jeremyhu at macports.org
Date:     2013-01-06 15:32:25 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
clang-2.9: Fix a possible build failure

Modified Paths:
--------------
    trunk/dports/lang/llvm-2.9/Portfile

Added Paths:
-----------
    trunk/dports/lang/llvm-2.9/files/missing-includes.patch

Modified: trunk/dports/lang/llvm-2.9/Portfile
===================================================================
--- trunk/dports/lang/llvm-2.9/Portfile	2013-01-06 22:57:03 UTC (rev 101239)
+++ trunk/dports/lang/llvm-2.9/Portfile	2013-01-06 23:32:25 UTC (rev 101240)
@@ -80,7 +80,8 @@
 
 patchfiles      install_target.patch \
                 0001-Add-a-few-missing-template-keywords.patch \
-                tiger-shlib.patch
+                tiger-shlib.patch \
+                pthread.patch
 
 patch.pre_args  -p1
 
@@ -89,7 +90,7 @@
         distfiles-append     clang-${version}${extract.suffix}
     }
 
-    patchfiles-append    tiger-shlib-clang.patch scan-build-PR-35006.patch
+    patchfiles-append    tiger-shlib-clang.patch scan-build-PR-35006.patch missing-includes.patch
 
     build.target        clang-only
     destroot.target     install-clang

Added: trunk/dports/lang/llvm-2.9/files/missing-includes.patch
===================================================================
--- trunk/dports/lang/llvm-2.9/files/missing-includes.patch	                        (rev 0)
+++ trunk/dports/lang/llvm-2.9/files/missing-includes.patch	2013-01-06 23:32:25 UTC (rev 101240)
@@ -0,0 +1,10 @@
+--- ./tools/clang/include/clang/AST/StmtIterator.h.orig	2013-01-06 14:40:50.000000000 -0800
++++ ./tools/clang/include/clang/AST/StmtIterator.h	2013-01-06 14:41:00.000000000 -0800
+@@ -18,6 +18,7 @@
+ #include <cassert>
+ #include <cstddef>
+ #include <iterator>
++#include <utility>
+ 
+ namespace clang {
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/5f77c835/attachment.html>


More information about the macports-changes mailing list