pkgsrc/mail/thunderbird10/patches/patch-ml
ryoon 5231a1ae47 Import thunderbird10-10.0.3 as mail/thunderbird10
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 09:45:26 +00:00

16 lines
399 B
Text

$NetBSD: patch-ml,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
Treat DragonFly like FreeBSD.
--- mozilla/js/src/Makefile.in.orig 2012-02-16 10:25:02.000000000 +0000
+++ mozilla/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