summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libcxx/files/buildit.patch')
-rw-r--r--sys-libs/libcxx/files/buildit.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-libs/libcxx/files/buildit.patch b/sys-libs/libcxx/files/buildit.patch
deleted file mode 100644
index 0d94cbb..0000000
--- a/sys-libs/libcxx/files/buildit.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur libcxx-9999.old//lib/buildit libcxx-9999/lib/buildit
---- libcxx-9999.old//lib/buildit 2011-05-29 15:29:51.179000188 +0300
-+++ libcxx-9999/lib/buildit 2011-05-29 15:30:45.546000188 +0300
-@@ -35,6 +35,8 @@
- RC_ProjectSourceVersion=1
- fi
-
-+EXTRA_FLAGS="-std=c++0x "
-+
- case $TRIPLE in
- *-apple-*)
- if [ -z $RC_XBS ]
-@@ -53,7 +55,6 @@
- -Wl,-unexported_symbols_list,libc++unexp.exp \
- /usr/lib/libSystem.B.dylib"
- else
-- EXTRA_FLAGS="-std=c++0x "
- RE_EXPORT_FILE="libc++abi.exp"
- if [ -n "$SDKROOT" ]
- then
-@@ -81,7 +82,7 @@
- SOEXT=so
- LDSHARED_FLAGS="-o libc++.so.1.0 \
- -shared -nodefaultlibs -Wl,-soname,libc++.so.1 \
-- -lpthread -lrt -lc"
-+ -lpthread -lrt -lc -lstdc++"
- ;;
- esac
-