summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2010-02-20 08:59:03 +0000
committerschwarz <schwarz@pkgsrc.org>2010-02-20 08:59:03 +0000
commit27f1fd728cb692ce2ad999e039f04c85c2f98b5c (patch)
treeb1c3c411e02bb636e8332c4d7ababb5313d3089c /emulators
parent14c1aa6121f9606580d2f97830245b8020ffc13d (diff)
downloadpkgsrc-27f1fd728cb692ce2ad999e039f04c85c2f98b5c.tar.gz
completely removed empty if clause in configure (had caused configure to
fail on MacOS X)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/distinfo4
-rw-r--r--emulators/wine-devel/patches/patch-ba23
2 files changed, 16 insertions, 11 deletions
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 5c3547bba95..869dc92254e 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2009/09/07 20:27:25 reinoud Exp $
+$NetBSD: distinfo,v 1.11 2010/02/20 08:59:03 schwarz Exp $
SHA1 (wine-1.1.16.tar.bz2) = 02f3363de5a2476b513beca3da2bb42aeeff5218
RMD160 (wine-1.1.16.tar.bz2) = 449baa620eea114d65a8a65d1f0e88d377b94615
@@ -13,7 +13,7 @@ SHA1 (patch-ah) = 61520f1e238762496502b25ea257b98b01799124
SHA1 (patch-ai) = 54453ed21f52d1da6a7f89bc437f7b318db5058f
SHA1 (patch-aj) = fa9d3baad8d3b895edc6275c2b6da23daa941a09
SHA1 (patch-ak) = ff41f617d2ae7bbff57af52dda85647bc4fba354
-SHA1 (patch-ba) = 1f15a31a23e869cceb3e4038bb02275f2c5dee8c
+SHA1 (patch-ba) = 190b2dd0166c79f681e49fc2e653058ddbd8766f
SHA1 (patch-bb) = 77cad41a7e8e34f12243e53f6c1cec998bedefda
SHA1 (patch-bc) = bf8b1f4aed78de9326824e227df7831e5c8b4dc3
SHA1 (patch-ca) = 90df667407765c473f1331ec8113088fdddc58e5
diff --git a/emulators/wine-devel/patches/patch-ba b/emulators/wine-devel/patches/patch-ba
index cd4c9a07343..64934183ebc 100644
--- a/emulators/wine-devel/patches/patch-ba
+++ b/emulators/wine-devel/patches/patch-ba
@@ -1,16 +1,21 @@
-$NetBSD: patch-ba,v 1.8 2009/02/28 15:30:13 adam Exp $
+$NetBSD: patch-ba,v 1.9 2010/02/20 08:59:04 schwarz Exp $
--- configure.orig 2009-02-27 23:21:46.000000000 +0100
-+++ configure
-@@ -3947,7 +3947,6 @@ TOOLSDIR=$wine_cv_toolsdir
++++ configure 2010-02-20 09:52:42.000000000 +0100
+@@ -3945,12 +3945,6 @@
+ $as_echo "$wine_cv_toolsdir" >&6; }
+ TOOLSDIR=$wine_cv_toolsdir
- if test -n "$host_alias" -a "$host_alias" != "$build_alias"
- then
+-if test -n "$host_alias" -a "$host_alias" != "$build_alias"
+-then
- TARGETFLAGS="-b $host_alias $TARGETFLAGS"
-
- fi
-
-@@ -17913,6 +17912,11 @@ MAIN_BINARY="wine-pthread"
+-
+-fi
+-
+ for ac_prog in flex
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+@@ -17913,6 +17907,11 @@
EXTRA_BINARIES="wine-pthread"
;;