summaryrefslogtreecommitdiff
path: root/lang/spidermonkey17/files/patch-jsosdep.h
blob: 8b6d382ec6030ffd43c6c22d4857a8a58499665e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- jsosdep.h	2006-07-07 04:12:02.000000000 +0200
+++ jsosdep.h	2008-06-19 16:32:12.000000000 +0200
@@ -89,7 +89,7 @@
 #elif defined(SOLARIS)
 #define JS_HAVE_LONG_LONG
 
-#elif defined(FREEBSD)
+#elif defined(FREEBSD) || defined(__FreeBSD__)
 #define JS_HAVE_LONG_LONG
 
 #elif defined(SUNOS4)