summaryrefslogtreecommitdiff
path: root/games/crack-attack
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-10 20:01:31 +0000
committerrillig <rillig@pkgsrc.org>2006-10-10 20:01:31 +0000
commit0a32f7bbb22ca93bc3fcb81d650d7d26f9422e49 (patch)
tree95c3ed6d350ea231d1e64369700dc14e2e9d9223 /games/crack-attack
parenta28c1c25189e07e45b728453ee042ea766d91546 (diff)
downloadpkgsrc-0a32f7bbb22ca93bc3fcb81d650d7d26f9422e49.tar.gz
Fixed "test ==".
Diffstat (limited to 'games/crack-attack')
-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"
+