pkgsrc/lang/caml-light/patches/patch-ad
dholland 3b06c79f86 Fix broken 64-bit build. Add destdir support.
PKGREVISION++, because I changed some things around.
2008-09-05 02:07:51 +00:00

15 lines
419 B
Text

$NetBSD: patch-ad,v 1.1 2008/09/05 02:07:51 dholland Exp $
Fix 64-bit build.
--- runtime/signals.c~ 1995-11-10 10:10:32.000000000 -0500
+++ runtime/signals.c 2008-09-04 21:10:48.000000000 -0400
@@ -5,6 +5,8 @@
#include "signals.h"
#include "stacks.h"
+value callback(value closure, value argument);
+
Volatile int async_signal_mode = 0;
Volatile code_t pending_signal_handler;
Volatile int pending_signal = 0;