summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-04 00:08:11 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-04 00:08:11 +0000
commit7c751151fc533be3ee2306ca886611c179727fa2 (patch)
tree886ff4150a4496a73a14064101f96ec4b291d6e8 /games-strategy/netpanzer/files
parentAdd patch for gcc-4.1, bug #131296 (diff)
downloadgentoo-2-7c751151fc533be3ee2306ca886611c179727fa2.tar.gz
gentoo-2-7c751151fc533be3ee2306ca886611c179727fa2.tar.bz2
gentoo-2-7c751151fc533be3ee2306ca886611c179727fa2.zip
unused
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'games-strategy/netpanzer/files')
-rw-r--r--games-strategy/netpanzer/files/physfs.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/games-strategy/netpanzer/files/physfs.patch b/games-strategy/netpanzer/files/physfs.patch
deleted file mode 100644
index c77151bec6ba..000000000000
--- a/games-strategy/netpanzer/files/physfs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.ac.orig 2004-05-05 15:44:04.000000000 -0700
-+++ configure.ac 2004-05-05 15:45:37.000000000 -0700
-@@ -118,8 +118,9 @@
- [AC_MSG_ERROR([Please install SDLImage >= 1.2.1])],
- [$SDL_CFLAGS], [$SDL_LIBS])
-
--NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.9],
-+NP_FINDLIB([PHYSFS], [physfs], [physfs >= 0.1.9],
- NP_LANG_PROGRAM([#include <physfs.h>
-+#if PHYSFS_VER_MAJOR < 1
- #if PHYSFS_VER_MINOR < 1
- # error PHYSFS is too old
- #else
-@@ -128,6 +129,7 @@
- # error PHYSFS is too old
- # endif
- # endif
-+#endif
- #endif]),
- [], [-lphysfs],
- [],