summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-mk')
-rw-r--r--www/seamonkey/patches/patch-mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/seamonkey/patches/patch-mk b/www/seamonkey/patches/patch-mk
deleted file mode 100644
index ea6f3ef4d38..00000000000
--- a/www/seamonkey/patches/patch-mk
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-mk,v 1.10 2013/01/07 21:55:30 ryoon Exp $
-
---- mozilla/config/rules.mk.orig 2012-11-18 10:19:31.000000000 +0000
-+++ mozilla/config/rules.mk
-@@ -462,6 +462,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)
-@@ -471,6 +477,10 @@ endif
- endif
- endif
-
-+ifeq ($(OS_ARCH),NetBSD)
-+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/seamonkey
-+endif
-+
- #
- # HP-UXBeOS specific section: for COMPONENTS only, add -Bsymbolic flag
- # which uses internal symbols first