summaryrefslogtreecommitdiff
path: root/emulators/wine/patches
diff options
context:
space:
mode:
authoradam <adam>2006-03-31 10:48:00 +0000
committeradam <adam>2006-03-31 10:48:00 +0000
commita375accc9886f1d921b2a7239568b8491e47f442 (patch)
treeb99a91f5f32a7eefe339e9f6cff61c137e081430 /emulators/wine/patches
parent9e0b24213520aeacb61c1b7b062c08be5fd7ad5b (diff)
downloadpkgsrc-a375accc9886f1d921b2a7239568b8491e47f442.tar.gz
Changes 0.9.10:
- Improved ESD audio driver. - More Web browser improvements in mshtml and wininet. - Direct3D fixes and preparation for ddraw code migration. - Explorer process now managing the desktop window. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r--emulators/wine/patches/patch-ac8
-rw-r--r--emulators/wine/patches/patch-ah8
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac
index e2508a5bdf1..749fd4a813b 100644
--- a/emulators/wine/patches/patch-ac
+++ b/emulators/wine/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.24 2006/03/06 13:46:01 adam Exp $
+$NetBSD: patch-ac,v 1.25 2006/03/31 10:48:00 adam Exp $
---- configure.orig 2006-03-02 18:16:51.000000000 +0100
+--- configure.orig 2006-03-15 15:50:30.000000000 +0100
+++ configure
-@@ -16387,7 +16387,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -16407,7 +16407,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.24 2006/03/06 13:46:01 adam Exp $
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-@@ -18084,7 +18084,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+@@ -18104,7 +18104,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
diff --git a/emulators/wine/patches/patch-ah b/emulators/wine/patches/patch-ah
index 85c919265e0..f8c41f1e7b6 100644
--- a/emulators/wine/patches/patch-ah
+++ b/emulators/wine/patches/patch-ah
@@ -1,6 +1,6 @@
-$NetBSD: patch-ah,v 1.8 2006/03/06 13:46:01 adam Exp $
+$NetBSD: patch-ah,v 1.9 2006/03/31 10:48:00 adam Exp $
---- tools/Makefile.in.orig 2006-03-02 18:16:57.000000000 +0100
+--- tools/Makefile.in.orig 2006-03-15 15:50:51.000000000 +0100
+++ tools/Makefile.in
@@ -55,19 +55,19 @@ make_ctests$(EXEEXT): make_ctests.o
$(CC) $(CFLAGS) -o $@ make_ctests.o
@@ -25,5 +25,5 @@ $NetBSD: patch-ah,v 1.8 2006/03/06 13:46:01 adam Exp $
- $(CC) $(CFLAGS) -o $@ bin2res.o $(LIBPORT)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bin2res.o $(LIBPORT)
- wineprefixcreate: wineprefixcreate.in
- sed -e 's,@dlldir\@,$(dlldir),g' -e 's,@datadir\@,$(datadir),g' $(SRCDIR)/wineprefixcreate.in >$@ || ($(RM) $@ && false)
+ wineprefixcreate: wineprefixcreate.in relpath$(EXEEXT)
+ sed -e "s,@bintodlldir\@,`$(RELPATH) $(bindir) $(dlldir)`,g" -e "s,@bintodatadir\@,`$(RELPATH) $(bindir) $(datadir)/wine`,g" $(SRCDIR)/wineprefixcreate.in >$@ || ($(RM) $@ && false)