openbsd-ports/mail/mozilla-thunderbird/patches/patch-config_rules_mk
landry 28bb810af5 Update to thunderbird 3.1.1, tested by a few people on ports@ (and myself...)
Merge patches for 1.9.2 mozilla branch from firefox 3.6.x port.
While here, build lightning as a subpackage using --enable-calendar.
Add @pkgpath/@conflict markers for seamless upgrades.
2010-07-27 17:01:16 +00:00

17 lines
401 B
Plaintext

$OpenBSD: patch-config_rules_mk,v 1.5 2010/07/27 17:01:16 landry Exp $
--- config/rules.mk.orig Wed Jul 7 11:48:43 2010
+++ config/rules.mk Wed Jul 7 11:49:28 2010
@@ -605,6 +605,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)