27af90c8a6
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
24 lines
632 B
Text
24 lines
632 B
Text
$NetBSD: patch-as,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
Treat DragonFly like FreeBSD.
|
|
|
|
--- js/src/configure.in.orig 2012-11-19 17:00:00.000000000 +0000
|
|
+++ js/src/configure.in
|
|
@@ -2701,7 +2701,7 @@ then
|
|
fi
|
|
|
|
case "$target" in
|
|
- *-*-freebsd*)
|
|
+ *-*-freebsd*|*-dragonfly*)
|
|
AC_DEFINE(_REENTRANT)
|
|
AC_DEFINE(_THREAD_SAFE)
|
|
dnl -pthread links in -lpthread, so don't specify it explicitly.
|
|
@@ -3545,7 +3545,7 @@ if test "$MOZ_MEMORY"; then
|
|
*-darwin*)
|
|
AC_DEFINE(MOZ_MEMORY_DARWIN)
|
|
;;
|
|
- *-*freebsd*)
|
|
+ *-*freebsd*|*-*dragonfly*)
|
|
AC_DEFINE(MOZ_MEMORY_BSD)
|
|
;;
|
|
*-android*|*-linuxandroid*)
|