pkgsrc/devel/xulrunner10/patches/patch-ml
ryoon 7c73d57863 Import xulrunner-10.0.3 as devel/xulrunner
* Successor of devel/xulrunner, xulrunner-10.0.2.
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 08:58:26 +00:00

14 lines
352 B
Text

$NetBSD: patch-ml,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
--- js/src/Makefile.in.orig 2012-03-09 22:20:17.000000000 +0000
+++ js/src/Makefile.in
@@ -809,6 +809,9 @@ endif # WINNT
ifeq ($(OS_ARCH),FreeBSD)
EXTRA_LIBS += -pthread
endif
+ifeq ($(OS_ARCH),DragonFly)
+EXTRA_LIBS += -pthread
+endif
ifeq ($(OS_ARCH),Linux)
EXTRA_LIBS += -ldl
endif