summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ag
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-10-18 20:37:21 +0000
committeradam <adam@pkgsrc.org>2006-10-18 20:37:21 +0000
commita74b176cbef9ba207d187b7292d6a4f840caf73c (patch)
tree503f1f677d6d7d748d807e59bd4a319f8efe7117 /emulators/wine/patches/patch-ag
parentf1a28fe2daa98cde64e6a1fd294e5511ecb3bb46 (diff)
downloadpkgsrc-a74b176cbef9ba207d187b7292d6a4f840caf73c.tar.gz
Changes 0.9.23:
- Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - Still more MSI fixes and improvements. - Lots of bug fixes. Changes 0.9.22: - The usual assortment of MSI improvements. - Several bug fixes to the various common controls. - Pixel shaders enabled by default in D3D. - Various improvements to the build process. - Many translation updates. - Lots of bug fixes. Changes 0.9.20: - XEmbed system tray support. - Many improvements to NTLM support. - Many messages made localizable instead of hardcoded to English. - Improved support for various OpenGL platforms. - More improvements to the IDL compiler. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-ag')
-rw-r--r--emulators/wine/patches/patch-ag14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/wine/patches/patch-ag b/emulators/wine/patches/patch-ag
deleted file mode 100644
index 9bf81dbb754..00000000000
--- a/emulators/wine/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.5 2005/06/05 06:14:17 minskim Exp $
-
---- dlls/kernel/sync.c.orig 2005-04-24 12:36:34.000000000 -0500
-+++ dlls/kernel/sync.c
-@@ -40,6 +40,9 @@
- #endif
- #include <stdarg.h>
- #include <stdio.h>
-+#ifdef HAVE_MACHINE_LIMITS_H
-+#include <machine/limits.h>
-+#endif
-
- #define NONAMELESSUNION
- #define NONAMELESSSTRUCT