summaryrefslogtreecommitdiff
path: root/games/gnome-games/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-games/patches/patch-ab')
-rw-r--r--games/gnome-games/patches/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/gnome-games/patches/patch-ab b/games/gnome-games/patches/patch-ab
deleted file mode 100644
index e60d4287cab..00000000000
--- a/games/gnome-games/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$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'