summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ab
diff options
context:
space:
mode:
authorjunyoung <junyoung@pkgsrc.org>2002-08-05 16:38:57 +0000
committerjunyoung <junyoung@pkgsrc.org>2002-08-05 16:38:57 +0000
commite8c4d805106ae9e9cab7f89341d5e23e6f171a89 (patch)
treed3dacbe1910066d2b8fc420709a7876fdb743010 /emulators/wine/patches/patch-ab
parent24818cc28413cc43dcf9af9d8b6b0de51e73748c (diff)
downloadpkgsrc-e8c4d805106ae9e9cab7f89341d5e23e6f171a89.tar.gz
Update to 20020804 snapshot.
WHAT'S NEW with Wine-20020804: (see ChangeLog for details) - Beginnings of an IDL compiler. - Several new winedbg features. - More OLE and shell improvements. - NAS and AudioIO sound drivers. - Still more Sparc portability fixes. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-ab')
-rw-r--r--emulators/wine/patches/patch-ab31
1 files changed, 12 insertions, 19 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab
index efe157491f9..e26f0b6a3b7 100644
--- a/emulators/wine/patches/patch-ab
+++ b/emulators/wine/patches/patch-ab
@@ -1,20 +1,13 @@
-$NetBSD: patch-ab,v 1.10 2002/07/29 09:16:39 junyoung Exp $
+$NetBSD: patch-ab,v 1.11 2002/08/05 16:38:58 junyoung Exp $
-Index: memory/global.c
-===================================================================
-RCS file: /home/wine/wine/memory/global.c,v
-retrieving revision 1.66
-retrieving revision 1.67
-diff -u -r1.66 -r1.67
---- memory/global.c 3 Jul 2002 21:10:44 -0000 1.66
-+++ memory/global.c 25 Jul 2002 23:57:34 -0000 1.67
-@@ -28,6 +28,9 @@
- #include <stdio.h>
- #include <unistd.h>
- #include <string.h>
-+#ifdef HAVE_SYS_PARAM_H
-+#include <sys/param.h>
-+#endif
- #ifdef HAVE_SYS_SYSCTL_H
- #include <sys/sysctl.h>
- #endif
+--- Make.rules.in.orig Sat Aug 3 04:34:21 2002
++++ Make.rules.in Mon Aug 5 14:57:17 2002
+@@ -112,7 +112,7 @@
+ CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
+ *.flc *.spec.c *.spec.def *.glue.c *.dbg.c y.tab.c y.tab.h @LEX_OUTPUT_ROOT@.c core
+
+-OBJS = $(C_SRCS:.c=.o) $(GEN_C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) $(ASM_SRCS:.S=.o) $(EXTRA_OBJS)
++OBJS = $(EXTRA_OBJS) $(C_SRCS:.c=.o) $(GEN_C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) $(ASM_SRCS:.S=.o)
+
+ RCOBJS = $(RC_SRCS:.rc=.res.o)
+ LINTS = $(C_SRCS:.c=.ln)