diff options
Diffstat (limited to 'media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch')
-rw-r--r-- | media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch b/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch new file mode 100644 index 00000000000..23fa6edd76b --- /dev/null +++ b/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch @@ -0,0 +1,13 @@ +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]) |