* Switch to newer patches, trillian.chruetertee.ch/freebsd-gecko/browser/branches/experimental/www/firefox/files/patch-bug753046 * Regen patches
14 lines
351 B
Text
14 lines
351 B
Text
$NetBSD: patch-ml,v 1.4 2012/08/28 23:27: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
|