summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/ogre/files/ogre-1.2.1-autoconf.patch')
-rw-r--r--dev-games/ogre/files/ogre-1.2.1-autoconf.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-games/ogre/files/ogre-1.2.1-autoconf.patch b/dev-games/ogre/files/ogre-1.2.1-autoconf.patch
deleted file mode 100644
index f91b37ef24cb..000000000000
--- a/dev-games/ogre/files/ogre-1.2.1-autoconf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/138360
-
---- bootstrap
-+++ bootstrap
-@@ -12,7 +12,7 @@
-
- ## Using prereq in autoconf rather than here, mostly for the debian systems at
- ## this point
--if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.5'`"; then
-+if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.[56]'`"; then
- echo "Autoconf 2.50 or above is required. Aborting build...";
- exit 1;
- fi