summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrh <rh>1999-11-27 21:24:46 +0000
committerrh <rh>1999-11-27 21:24:46 +0000
commitea235bf0293ce1b22de676a51bc0c3f1a623fdb2 (patch)
treec1d6a5d2541fd7fdd612ef205443ad2e1259c530 /emulators
parentd1e9f163dbd2f7e68d76fff23b09561223aeae80 (diff)
downloadpkgsrc-ea235bf0293ce1b22de676a51bc0c3f1a623fdb2.tar.gz
defuzz
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/files/patch-sum8
-rw-r--r--emulators/wine/patches/patch-aa8
-rw-r--r--emulators/wine/patches/patch-ae14
-rw-r--r--emulators/wine/patches/patch-al16
4 files changed, 23 insertions, 23 deletions
diff --git a/emulators/wine/files/patch-sum b/emulators/wine/files/patch-sum
index 6cf76727708..104cfefccf5 100644
--- a/emulators/wine/files/patch-sum
+++ b/emulators/wine/files/patch-sum
@@ -1,17 +1,17 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:49 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/11/27 21:24:46 rh Exp $
-MD5 (patch-aa) = 9d0f874ebedba5fbeab906e6bd23ec4e
+MD5 (patch-aa) = 5d2f40f67a03a9b8d4cb40fdc8f80d76
MD5 (patch-ab) = d8d332ca664a42c4bc1eb847b2e7788e
MD5 (patch-ac) = e37114f40cb255cd8bb48b281e561bdd
MD5 (patch-ad) = 1cb28369e66603ccb9c82af030f65f83
-MD5 (patch-ae) = b3f1af4eefc188a2a1db918d71acaad4
+MD5 (patch-ae) = 5e5e672432d5e3403fd48b7830b6d05f
MD5 (patch-af) = 4b4b7bd22761b9397a2acbbb15e2b755
MD5 (patch-ag) = 2c12798fbce96fe8a5f9f064e9e254fc
MD5 (patch-ah) = a06b41bc7b239d5093822741e2fd1e35
MD5 (patch-ai) = 5a7c546302b6179a2552da94a837a75c
MD5 (patch-aj) = 6dad103042b62ee82b19d685bb565852
MD5 (patch-ak) = 6a2fa29bfd728ee8eddc7d7b3ff59b2d
-MD5 (patch-al) = a50878e8212b87c520565ab928d35a9a
+MD5 (patch-al) = 1ee71d761189547a183aae9e1c7384f2
MD5 (patch-am) = d559342dcfe67093a269dff4910ac5c4
MD5 (patch-an) = 0ffdec57737be958d62bebf42cdac0c0
MD5 (patch-ao) = 8bb3e1b6b1461f46d6bb13ea8b098a3a
diff --git a/emulators/wine/patches/patch-aa b/emulators/wine/patches/patch-aa
index 4289c67db36..7c3c3b561ad 100644
--- a/emulators/wine/patches/patch-aa
+++ b/emulators/wine/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 1998/08/07 10:40:35 agc Exp $
+$NetBSD: patch-aa,v 1.5 1999/11/27 21:24:47 rh Exp $
---- Make.rules.in.orig Sun Jan 18 12:50:38 1998
-+++ Make.rules.in Sun Mar 15 23:30:47 1998
+--- Make.rules.in.orig Sat Nov 27 22:17:20 1999
++++ Make.rules.in Sat Nov 27 22:17:20 1999
@@ -33,6 +33,7 @@
DIVINCL = -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include -I$(SRCDIR) -I.
ALLCFLAGS = $(CFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) $(X_CFLAGS)
@@ -9,4 +9,4 @@ $NetBSD: patch-aa,v 1.4 1998/08/07 10:40:35 agc Exp $
+LDSHARE = @LDSHARE@
AR = ar rc
RM = rm -f
- MKDIR = mkdir
+ MKDIR = mkdir -p
diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae
index 5dfef87ff02..f61906c9f5f 100644
--- a/emulators/wine/patches/patch-ae
+++ b/emulators/wine/patches/patch-ae
@@ -1,9 +1,9 @@
-$NetBSD: patch-ae,v 1.2 1998/08/07 10:40:35 agc Exp $
+$NetBSD: patch-ae,v 1.3 1999/11/27 21:24:47 rh Exp $
---- multimedia/dsound.c.orig Sun May 31 18:14:50 1998
-+++ multimedia/dsound.c Wed Jun 17 00:00:14 1998
-@@ -45,13 +45,17 @@
- #include "debug.h"
+--- multimedia/dsound.c.orig Sat Nov 27 22:17:22 1999
++++ multimedia/dsound.c Sat Nov 27 22:17:22 1999
+@@ -49,13 +49,17 @@
+ #include "xmalloc.h"
#ifdef HAVE_OSS
-# include <sys/ioctl.h>
@@ -19,5 +19,5 @@ $NetBSD: patch-ae,v 1.2 1998/08/07 10:40:35 agc Exp $
# endif
+#endif
- static int audiofd = -1;
- static LPDIRECTSOUND dsound = NULL;
+ /* #define USE_DSOUND3D 1 */
+
diff --git a/emulators/wine/patches/patch-al b/emulators/wine/patches/patch-al
index 1c2e6fd5ab5..456dca7f251 100644
--- a/emulators/wine/patches/patch-al
+++ b/emulators/wine/patches/patch-al
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.2 1998/08/07 10:40:36 agc Exp $
+$NetBSD: patch-al,v 1.3 1999/11/27 21:24:47 rh Exp $
---- configure.in.orig Sun Jun 14 16:46:00 1998
-+++ configure.in Thu Jun 18 21:57:10 1998
-@@ -73,6 +73,8 @@
+--- configure.in.orig Fri Dec 11 14:26:26 1998
++++ configure.in Sat Nov 27 22:21:24 1999
+@@ -83,6 +83,8 @@
dnl Check for -li386 for NetBSD and OpenBSD
AC_CHECK_LIB(i386,i386_set_ldt)
@@ -10,8 +10,8 @@ $NetBSD: patch-al,v 1.2 1998/08/07 10:40:36 agc Exp $
+AC_CHECK_LIB(ossaudio,main)
dnl Check for -lw for Solaris
AC_CHECK_LIB(w,iswalnum)
- dnl Check for XFree86 DGA extension
-@@ -96,7 +98,13 @@
+ dnl Check for -lnsl for Solaris
+@@ -132,7 +134,13 @@
#if !defined(SNDCTL_DSP_STEREO)
#error No open sound system
#endif
@@ -26,7 +26,7 @@ $NetBSD: patch-al,v 1.2 1998/08/07 10:40:36 agc Exp $
if test "$ac_cv_c_opensoundsystem" = "yes"
then
-@@ -178,23 +186,40 @@
+@@ -214,23 +222,40 @@
dnl **** Check for working dll ****
DLLFLAGS=""
@@ -70,5 +70,5 @@ $NetBSD: patch-al,v 1.2 1998/08/07 10:40:36 agc Exp $
AC_SUBST(DLLFLAGS)
+AC_SUBST(LDSHARE)
- dnl **** Check for reentrant X libraries ****
+ dnl **** Check for reentrant libc ****
dnl