openbsd-ports/www/seamonkey/patches/patch-mozilla_config_rules_mk
landry 7fb16329b9 Major update to seamonkey 2.0.4, now built upon mozilla-1.9.1/firefox
3.5/thunderbird 3 codebase. See for details:
http://www.seamonkey-project.org/releases/seamonkey2.0.4/
Backing up your profile before upgrading is recommended..
Update also largely based on www/firefox35 port.
Tested on i386/amd64/sparc64/powerpc by myself and on alpha by naddy@

ok naddy@
2010-04-03 09:30:14 +00:00

17 lines
425 B
Plaintext

$OpenBSD: patch-mozilla_config_rules_mk,v 1.1 2010/04/03 09:30:14 landry Exp $
--- mozilla/config/rules.mk.orig Wed Mar 17 19:32:27 2010
+++ mozilla/config/rules.mk Tue Mar 30 22:03:09 2010
@@ -607,6 +607,12 @@ endif
endif
endif
+ifeq ($(OS_ARCH),OpenBSD)
+ifdef IS_COMPONENT
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
+endif
+endif
+
ifeq ($(OS_ARCH),Linux)
ifneq (,$(filter mips mipsel,$(OS_TEST)))
ifeq ($(MODULE),layout)