You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.p...

14 lines
523 B

Index: iscan-2.21.0/configure.ac
===================================================================
--- iscan-2.21.0.orig/configure.ac
+++ iscan-2.21.0/configure.ac
@@ -68,7 +68,7 @@ AC_PROG_CXX
# to be larger than that for the gcc-3.[23] packages (as long as both
# are distributed) for smooth upgrade paths.
-if test x"$CXX" = xg++; then
+if test "$GXX" = "yes"; then
AC_MSG_CHECKING([C++ ABI version])
CXX_ABI="`$CXX -E -dM - < /dev/null | $AWK '/GXX_ABI/ { print $3 }'`"
AC_MSG_RESULT([$CXX_ABI])