summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/boswars/files/boswars-2.3-gentoo.patch')
-rw-r--r--games-strategy/boswars/files/boswars-2.3-gentoo.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/games-strategy/boswars/files/boswars-2.3-gentoo.patch b/games-strategy/boswars/files/boswars-2.3-gentoo.patch
deleted file mode 100644
index 7c560e600748..000000000000
--- a/games-strategy/boswars/files/boswars-2.3-gentoo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- SConstruct.old 2007-08-04 17:21:46.000000000 +0200
-+++ SConstruct 2007-08-04 17:22:05.000000000 +0200
-@@ -117,15 +117,7 @@
- if not found:
- return 0
-
-- if conf.CheckLibWithHeader('lualib', 'lualib.h', 'c'):
-- return 1
-- if conf.CheckLibWithHeader('lualib50', 'lualib.h', 'c'):
-- return 1
-- if conf.CheckLibWithHeader('lualib5.0', 'lualib.h', 'c'):
-- return 1
-- if conf.CheckLibWithHeader('lualib51', 'lualib.h', 'c'):
-- return 1
-- if conf.CheckLibWithHeader('lualib5.1', 'lualib.h', 'c'):
-+ if conf.CheckLibWithHeader('lua', 'lualib.h', 'c'):
- return 1
- return 0
-
---- engine/include/stratagus.h.old 2007-08-04 21:54:17.000000000 +0200
-+++ engine/include/stratagus.h 2007-08-04 21:55:20.000000000 +0200
-@@ -188,7 +188,7 @@
- extern char NameLine[];
-
- #ifndef STRATAGUS_LIB_PATH
--#define STRATAGUS_LIB_PATH "." /// Where to find the data files
-+#define STRATAGUS_LIB_PATH "@GENTOO_DATADIR@" /// Where to find the data files
- #endif
-
- #ifndef STRATAGUS_HOME_PATH