aboutsummaryrefslogtreecommitdiff
path: root/games/netpanzer-data/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/netpanzer-data/files/patch-configure')
-rw-r--r--games/netpanzer-data/files/patch-configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/games/netpanzer-data/files/patch-configure b/games/netpanzer-data/files/patch-configure
deleted file mode 100644
index 7926616d48ed..000000000000
--- a/games/netpanzer-data/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig Sun May 30 18:03:41 2004
-+++ configure Sun May 30 18:04:34 2004
-@@ -3496,12 +3496,14 @@
-
- cat >conftest.$ac_ext <<_ACEOF
- #include <physfs.h>
--#if PHYSFS_VER_MINOR < 1
--# error PHYSFS is too old
--#else
--# if PHYSFS_VER_MINOR == 1
--# if PHYSFS_VER_PATCH < 9
--# error PHYSFS is too old
-+#if PHYSFS_VER_MAJOR == 0
-+# if PHYSFS_VER_MINOR < 1
-+# error PHYSFS is too old
-+# else
-+# if PHYSFS_VER_MINOR == 1
-+# if PHYSFS_VER_PATCH < 9
-+# error PHYSFS is too old
-+# endif
- # endif
- # endif
- #endif