pkgsrc/devel/xulrunner/patches/patch-mk
tnn 27114f6824 Import xulrunner-1.9.1 as devel/xulrunner.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.
2009-08-05 02:59:46 +00:00

19 lines
474 B
Text

$NetBSD: patch-mk,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
Treat DragonFly like FreeBSD.
--- config/rules.mk.orig 2009-06-29 18:14:41.000000000 +0200
+++ config/rules.mk
@@ -592,6 +592,12 @@ EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
endif
endif
+ifeq ($(OS_ARCH),DragonFly)
+ifdef IS_COMPONENT
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
+endif
+endif
+
ifeq ($(OS_ARCH),NetBSD)
ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST)))
ifeq ($(MODULE),layout)