mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
21 lines
427 B
Plaintext
21 lines
427 B
Plaintext
$NetBSD: patch-ah,v 1.1 2008/04/04 01:56:16 bjs Exp $
|
|
|
|
--- src/jsosdep.h.orig 2005-07-07 18:35:39.000000000 -0400
|
|
+++ src/jsosdep.h
|
|
@@ -89,6 +89,15 @@
|
|
#elif defined(FREEBSD)
|
|
#define JS_HAVE_LONG_LONG
|
|
|
|
+#elif defined(__NetBSD__)
|
|
+#define JS_HAVE_LONG_LONG
|
|
+
|
|
+#elif defined(__OpenBSD__)
|
|
+#define JS_HAVE_LONG_LONG
|
|
+
|
|
+#elif defined(__DragonFly__)
|
|
+#define JS_HAVE_LONG_LONG
|
|
+
|
|
#elif defined(SUNOS4)
|
|
#undef JS_HAVE_LONG_LONG
|
|
|