diff options
Diffstat (limited to 'games/ketm/patches/patch-ad')
-rw-r--r-- | games/ketm/patches/patch-ad | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games/ketm/patches/patch-ad b/games/ketm/patches/patch-ad index 35bd44730f4..fa3807035e6 100644 --- a/games/ketm/patches/patch-ad +++ b/games/ketm/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2006/10/25 21:06:14 rillig Exp $ +$NetBSD: patch-ad,v 1.2 2006/11/11 22:26:11 rillig Exp $ --- Configure.orig 2001-09-13 13:15:28.000000000 +0200 -+++ Configure 2006-10-25 23:02:00.000000000 +0200 -@@ -54,15 +54,12 @@ else ++++ Configure 2006-11-11 23:24:42.000000000 +0100 +@@ -54,18 +54,15 @@ else fi @@ -23,4 +23,8 @@ $NetBSD: patch-ad,v 1.1 2006/10/25 21:06:14 rillig Exp $ +esac echo -n "Checking Release Type..." - if [ "${type}" == "debug" ]; then +-if [ "${type}" == "debug" ]; then ++if [ "${type}" = "debug" ]; then + echo "Debug" + CFLAGS="-Wall -g `sdl-config --cflags`" + else |