summaryrefslogtreecommitdiff
path: root/devel/allegro
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-12 17:20:19 +0000
committerrillig <rillig>2006-10-12 17:20:19 +0000
commit525766c37dd4d1219da3b5555959bd2e922a5529 (patch)
tree7eda74fe774ff761d0316f27d16e5ebfe55401a7 /devel/allegro
parent05496334a11214b45e324425e0a1736ce1d75eff (diff)
downloadpkgsrc-525766c37dd4d1219da3b5555959bd2e922a5529.tar.gz
Fixed "test ==".
Diffstat (limited to 'devel/allegro')
-rw-r--r--devel/allegro/distinfo4
-rw-r--r--devel/allegro/patches/patch-ab13
2 files changed, 13 insertions, 4 deletions
diff --git a/devel/allegro/distinfo b/devel/allegro/distinfo
index 3cfc6c714d7..f48c80aacda 100644
--- a/devel/allegro/distinfo
+++ b/devel/allegro/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2006/07/04 06:27:39 wiz Exp $
+$NetBSD: distinfo,v 1.13 2006/10/12 17:20:19 rillig Exp $
SHA1 (allegro-4.2.0.tar.gz) = 5b4a542c038ee196564f9107de59fe30a8caeaf5
RMD160 (allegro-4.2.0.tar.gz) = e1602ea2f8bc1761be0ee34001e9d77d3a6ea3ff
Size (allegro-4.2.0.tar.gz) = 3056173 bytes
SHA1 (patch-aa) = 9d821fdcb556c67c70aba0714b7756c54a3861d7
-SHA1 (patch-ab) = 839ae8fb1544e967be1923fa1d316df339a120bd
+SHA1 (patch-ab) = f33f1a96394f16398246d3bc1d5cab89df4860e8
SHA1 (patch-ac) = 78f99723b095f460f20e8367fffb443a8f3d6ab6
SHA1 (patch-ad) = 52f694e1b0053cff94c53ee10f603d535eba5fa5
SHA1 (patch-ae) = 32e5ecd77e58bb6926c207c668755043448457f9
diff --git a/devel/allegro/patches/patch-ab b/devel/allegro/patches/patch-ab
index 5d9ae0ce8a3..15406e57e98 100644
--- a/devel/allegro/patches/patch-ab
+++ b/devel/allegro/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.5 2006/01/22 13:55:20 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2006/10/12 17:20:19 rillig Exp $
--- configure.orig 2005-11-06 10:54:00.000000000 +0100
-+++ configure
++++ configure 2006-10-12 19:19:26.000000000 +0200
+@@ -1560,7 +1560,7 @@ fi
+ # Check whether --enable-magicmain or --disable-magicmain was given.
+ if test "${enable_magicmain+set}" = set; then
+ enableval="$enable_magicmain"
+- test "X$enableval" == "Xyes" &&
++ test "X$enableval" = "Xyes" &&
+ cat >>confdefs.h <<\_ACEOF
+ #define ALLEGRO_WITH_MAGIC_MAIN 1
+ _ACEOF
@@ -11368,9 +11368,7 @@ if test -n "$GCC"; then
fi
ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"