Pullup ticket #3308 - requested by drochner
[pkgsrcv2.git] / lang / ossp-js / patches / patch-ah
1 $NetBSD$
2
3 --- src/jsosdep.h.orig  2005-07-07 18:35:39.000000000 -0400
4 +++ src/jsosdep.h
5 @@ -89,6 +89,15 @@
6  #elif defined(FREEBSD)
7  #define JS_HAVE_LONG_LONG
8  
9 +#elif defined(__NetBSD__)
10 +#define JS_HAVE_LONG_LONG
11 +
12 +#elif defined(__OpenBSD__)
13 +#define JS_HAVE_LONG_LONG
14 +
15 +#elif defined(__DragonFly__)
16 +#define JS_HAVE_LONG_LONG
17 +
18  #elif defined(SUNOS4)
19  #undef JS_HAVE_LONG_LONG
20