summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 12:55:01 +0100
committerSam James <sam@gentoo.org>2022-10-02 04:36:30 +0100
commita8581432354f05b7440a7be96feae82475015f11 (patch)
tree538a71251528586b9517e536b496afdd96d0aec3
parentFix docdir for Gentoo (diff)
downloadghostscript-gpl-patches-ghostscript-10.0-gentoo.tar.gz
ghostscript-gpl-patches-ghostscript-10.0-gentoo.tar.bz2
ghostscript-gpl-patches-ghostscript-10.0-gentoo.zip
Don't force libstdc++ (fix build w/ libc++)ghostscript-10.0-gentoo
Bug: https://bugs.gentoo.org/784173 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb578250..60d64558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -838,7 +838,7 @@ if test x$with_tesseract != xno; then
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])