summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-10 20:01:31 +0000
committerrillig <rillig>2006-10-10 20:01:31 +0000
commitf345494ce1dd1470c667e177fac18110b30c12a0 (patch)
tree95c3ed6d350ea231d1e64369700dc14e2e9d9223 /games
parent179b8d70d55e49d306c83f33cd3ff6d308cbd953 (diff)
downloadpkgsrc-f345494ce1dd1470c667e177fac18110b30c12a0.tar.gz
Fixed "test ==".
Diffstat (limited to 'games')
-rw-r--r--games/crack-attack/distinfo3
-rw-r--r--games/crack-attack/patches/patch-aa19
2 files changed, 21 insertions, 1 deletions
diff --git a/games/crack-attack/distinfo b/games/crack-attack/distinfo
index 084574e248b..e1d54637d99 100644
--- a/games/crack-attack/distinfo
+++ b/games/crack-attack/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/05/19 06:49:33 snj Exp $
+$NetBSD: distinfo,v 1.4 2006/10/10 20:05:09 rillig Exp $
SHA1 (crack-attack-1.1.14.tar.gz) = fbf445f95d77267d23a766a485fd55edbd333bb4
RMD160 (crack-attack-1.1.14.tar.gz) = 81ff2e601455362e1106cf5ef4b735cbd4497081
Size (crack-attack-1.1.14.tar.gz) = 975066 bytes
+SHA1 (patch-aa) = 7d5ad43d9312d417dd28fb8903fc544e6f8b9539
diff --git a/games/crack-attack/patches/patch-aa b/games/crack-attack/patches/patch-aa
new file mode 100644
index 00000000000..e33cfc784b1
--- /dev/null
+++ b/games/crack-attack/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.3 2006/10/10 20:05:10 rillig Exp $
+
+--- configure.orig 2006-10-10 22:02:41.000000000 +0200
++++ configure 2006-10-10 22:04:28.000000000 +0200
+@@ -5248,12 +5248,12 @@ rm -f conftest.err conftest.$ac_objext \
+ rm -f conf.sdltest
+
+
+- if test "$enable_sound" == "yes" -a "$found_sound" == "no"; then
++ if test "$enable_sound" = "yes" -a "$found_sound" = "no"; then
+ { { echo "$as_me:$LINENO: error: libSDL and SDL_mixer are required for sound" >&5
+ echo "$as_me: error: libSDL and SDL_mixer are required for sound" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+- if test "$found_sound" == "yes"; then
++ if test "$found_sound" = "yes"; then
+ AUDIO_CFLAGS="$SDL_CFLAGS"
+ AUDIO_LIBS="$SDL_LIBS -lSDL_mixer"
+