summaryrefslogtreecommitdiff
path: root/app-text/ghostscript-gpl/files/ghostscript-gpl-9.55.0-no-force-libstdcxx.patch
blob: e10522af9017f4d311036e6144243b8dca365aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/784173
--- a/configure.ac
+++ b/configure.ac
@@ -857,7 +857,7 @@
     else
 
       save_cxxflags="$CXXFLAGS"
-      cxxflags_to_try="-std=c++17 -stdlib=libstdc++"
+      cxxflags_to_try="-std=c++17"
       CXXFLAGS_TO_USE=""
 
       AC_MSG_CHECKING([supported C++ compiler flags])