summaryrefslogtreecommitdiff
path: root/devel/xulrunner17/patches/patch-ml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xulrunner17/patches/patch-ml')
-rw-r--r--devel/xulrunner17/patches/patch-ml14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/xulrunner17/patches/patch-ml b/devel/xulrunner17/patches/patch-ml
new file mode 100644
index 00000000000..15160ec7615
--- /dev/null
+++ b/devel/xulrunner17/patches/patch-ml
@@ -0,0 +1,14 @@
+$NetBSD: patch-ml,v 1.1 2013/01/10 16:17:10 ryoon Exp $
+
+--- js/src/Makefile.in.orig 2012-08-24 22:55:38.000000000 +0000
++++ js/src/Makefile.in
+@@ -678,6 +678,9 @@ endif # _MSC_VER
+ ifeq ($(OS_ARCH),FreeBSD)
+ EXTRA_LIBS += -pthread
+ endif
++ifeq ($(OS_ARCH),DragonFly)
++EXTRA_LIBS += -pthread
++endif
+ ifeq ($(OS_ARCH),Linux)
+ EXTRA_LIBS += -ldl
+ endif