]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - dev-lang/php/files/fix-libstdc++-underlinking.patch
Add an "any slot" dependency operator for dev-db/postgresql.
[mjo-overlay.git] / dev-lang / php / files / fix-libstdc++-underlinking.patch
1 --- acinclude.m4 2013-04-02 09:58:33.069274096 +0200
2 +++ acinclude.m4.new 2013-04-02 09:58:25.221240142 +0200
3 @@ -762,6 +762,7 @@
4 if test -z "$php_cxx_done"; then
5 AC_PROG_CXX
6 AC_PROG_CXXCPP
7 + PHP_ADD_LIBRARY(stdc++)
8 php_cxx_done=yes
9 fi
10 ])