XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment.
19 lines
474 B
Text
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)
|