freebsd-ports/lang/spidermonkey/files/patch-jsosdep.h
OKAZAKI Tetsurou a4c5e709a7 Updates the port to Javascript 1.7.
Much thanks to Bernhard Fröhlich for doing the heavy lifting.

PR:		125191
Submitted by:	maintainer
2008-07-08 18:03:31 +00:00

11 lines
295 B
C

--- 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)