summaryrefslogtreecommitdiff
path: root/games-simulation/cannonsmash/files/cannonsmash-0.6.6-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/cannonsmash/files/cannonsmash-0.6.6-flags.patch')
-rw-r--r--games-simulation/cannonsmash/files/cannonsmash-0.6.6-flags.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/games-simulation/cannonsmash/files/cannonsmash-0.6.6-flags.patch b/games-simulation/cannonsmash/files/cannonsmash-0.6.6-flags.patch
deleted file mode 100644
index c7b3b561d2d1..000000000000
--- a/games-simulation/cannonsmash/files/cannonsmash-0.6.6-flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.old 2010-10-18 15:05:02.000000000 +0200
-+++ b/configure 2010-10-18 15:05:31.000000000 +0200
-@@ -5516,12 +5516,12 @@
-
-
- if test "x$x_includes" != "x"; then
-- CFLAGS="-I $x_includes"
--else
-- CFLAGS=""
--fi
--LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir"
--CXXFLAGS="$CFLAGS -Wall"
-+ CFLAGS="${CFLAGS} -I $x_includes"
-+else
-+ CFLAGS="${CFLAGS}"
-+fi
-+LDFLAGS="${LDFLAGS} -L/usr/local/lib -L$x_libraries -L$libdir"
-+CXXFLAGS="${CXXFLAGS} -Wall"
-
-
- echo "$as_me:$LINENO: checking for main in -lXmu" >&5