summaryrefslogtreecommitdiff
path: root/games/warmux/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/warmux/files')
-rw-r--r--games/warmux/files/extra-patch-src-weapon-ninja_rope.cpp11
-rw-r--r--games/warmux/files/patch-Makefile.am11
2 files changed, 0 insertions, 22 deletions
diff --git a/games/warmux/files/extra-patch-src-weapon-ninja_rope.cpp b/games/warmux/files/extra-patch-src-weapon-ninja_rope.cpp
deleted file mode 100644
index 54d00594cd1c..000000000000
--- a/games/warmux/files/extra-patch-src-weapon-ninja_rope.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/weapon/ninja_rope.cpp.orig Fri Feb 10 01:00:05 2006
-+++ src/weapon/ninja_rope.cpp Fri Feb 10 01:01:05 2006
-@@ -37,6 +37,8 @@
- #include "../tool/math_tools.h"
- #include "../weapon/weapon_tools.h"
-
-+#define round(a) (((a)-floor(a)) < 0.5 ? floor(a) : ceil(a))
-+
- /*
- // Is this hack still needed for round()?
- #ifdef WIN32
diff --git a/games/warmux/files/patch-Makefile.am b/games/warmux/files/patch-Makefile.am
deleted file mode 100644
index 02fc3b01041d..000000000000
--- a/games/warmux/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.am.orig Sat Jan 27 21:25:34 2007
-+++ src/Makefile.am Sat Jan 27 21:26:21 2007
-@@ -176,7 +176,7 @@
- weapon/blowtorch.cpp weapon/blowtorch.h \
- weapon/syringe.cpp weapon/syringe.h
-
--AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -Werror
-+AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\"
-
-
- if WIN32