summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-06-29 18:11:32 +0000
committerdholland <dholland@pkgsrc.org>2014-06-29 18:11:32 +0000
commita25b285571cb136fa392775bfeb7744a3147f0c9 (patch)
tree8cd141b036ab1d07a3ba8672c2f5579a17a4017f /emulators/wine-devel
parente12d2608f61c93c83fba9209feda336c393fa040 (diff)
downloadpkgsrc-a25b285571cb136fa392775bfeb7744a3147f0c9.tar.gz
oops, fix yesterday's patch
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/distinfo4
-rw-r--r--emulators/wine-devel/patches/patch-dlls_ntdll_signal__x86__64.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 514b4414f38..3f5dfd67f0c 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.22 2014/06/28 21:20:06 dholland Exp $
+$NetBSD: distinfo,v 1.23 2014/06/29 18:11:32 dholland Exp $
SHA1 (wine-1.7.11.tar.bz2) = ebe30cf1a93782a958e8b1e3ed898310c37676fe
RMD160 (wine-1.7.11.tar.bz2) = ea565f9f46eeabf803cc5ab319469831a4afa93d
Size (wine-1.7.11.tar.bz2) = 21359534 bytes
SHA1 (patch-configure) = 2d540b149e59298ca0fcc43d50873c986fbe0140
-SHA1 (patch-dlls_ntdll_signal__x86__64.c) = 27cff56a8e3886298effbbfa5bbab5af9579d447
+SHA1 (patch-dlls_ntdll_signal__x86__64.c) = cb253b0de7a13ed6cbc61a3bb950ab30e8f9c045
SHA1 (patch-dlls_wbemprox_builtin.c) = a11f910d8b94047f2dcf8b45c27fb1c6c3f3ce59
SHA1 (patch-dlls_wineoss.drv_mmdevdrv.c) = fc44346b889ee7486a92e9704a8447334f48f4d1
SHA1 (patch-dlls_ws2__32_socket.c) = 98ebaa7b0831e558f49a484ffb3a1b28adb9bcf2
diff --git a/emulators/wine-devel/patches/patch-dlls_ntdll_signal__x86__64.c b/emulators/wine-devel/patches/patch-dlls_ntdll_signal__x86__64.c
index 9370d4b3a7b..0c474446075 100644
--- a/emulators/wine-devel/patches/patch-dlls_ntdll_signal__x86__64.c
+++ b/emulators/wine-devel/patches/patch-dlls_ntdll_signal__x86__64.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-dlls_ntdll_signal__x86__64.c,v 1.1 2014/06/28 21:20:06 dholland Exp $
+$NetBSD: patch-dlls_ntdll_signal__x86__64.c,v 1.2 2014/06/29 18:11:32 dholland Exp $
Teach this how to set %gs on NetBSD. Not actually tested as so far
Wine doesn't actually run, but fixes a build failure.
@@ -11,7 +11,7 @@ Wine doesn't actually run, but fixes a build failure.
#elif defined(__NetBSD__)
-#include <sys/ucontext.h>
#include <sys/types.h>
-+#include <sys/sysarch.h>
++#include <x86/sysarch.h>
+#include <sys/ucontext.h>
#include <signal.h>