]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - dev-lang/php/files/fix-libstdc++-underlinking.patch
Remove the dev-lang/php stuff.
[mjo-overlay.git] / dev-lang / php / files / fix-libstdc++-underlinking.patch
diff --git a/dev-lang/php/files/fix-libstdc++-underlinking.patch b/dev-lang/php/files/fix-libstdc++-underlinking.patch
deleted file mode 100644 (file)
index a35305a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- acinclude.m4       2013-04-02 09:58:33.069274096 +0200
-+++ acinclude.m4.new   2013-04-02 09:58:25.221240142 +0200
-@@ -762,6 +762,7 @@
-   if test -z "$php_cxx_done"; then
-     AC_PROG_CXX
-     AC_PROG_CXXCPP
-+    PHP_ADD_LIBRARY(stdc++)
-     php_cxx_done=yes
-   fi
- ])