summaryrefslogtreecommitdiff
path: root/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch
diff options
context:
space:
mode:
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.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 23fa6edd76b4..000000000000
--- a/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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])