summaryrefslogtreecommitdiff
path: root/games/gnome-games/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-08-28 06:17:41 +0000
committertron <tron@pkgsrc.org>2001-08-28 06:17:41 +0000
commit9e965896f6f32edd95ccc5749e48129aef0c7fe1 (patch)
tree4f0d4cf3cebfc4327ac18c93c8e12b211a91589b /games/gnome-games/patches
parent9e3d860e6bc8dcd3bb02705a13cb0726617d93cc (diff)
downloadpkgsrc-9e965896f6f32edd95ccc5749e48129aef0c7fe1.tar.gz
Fix auto configure files to work with version 2.52 of the "autoconf"
package.
Diffstat (limited to 'games/gnome-games/patches')
-rw-r--r--games/gnome-games/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/gnome-games/patches/patch-ab b/games/gnome-games/patches/patch-ab
new file mode 100644
index 00000000000..e60d4287cab
--- /dev/null
+++ b/games/gnome-games/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.3 2001/08/28 06:17:42 tron Exp $
+
+--- configure.in.orig Thu Jul 5 08:39:39 2001
++++ configure.in Tue Aug 28 08:08:55 2001
+@@ -15,12 +15,7 @@
+ AC_ARG_PROGRAM
+ AM_PROG_LIBTOOL
+
+-## failure of 'AC_PRG_CXX' causes automake to abort
+-# see if a C++ compiler exists and works
+-AC_REQUIRE([AC_PROG_CXX])dnl
+-if test "x$ac_cv_prog_cxx_works" = xno; then
+- AC_MSG_WARN(ifelse([$1], , "No C++ compiler", [$1]))
+-fi
++AC_PROG_CXX
+ AM_CONDITIONAL(CXX_PRESENT, test "x$ac_cv_prog_cxx_works" != xno)
+
+ ## this should come after `AC_PROG_CC'