diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-25 21:53:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-25 21:53:39 +0000 |
commit | 083cf1bc6e2068c44e157bcd51009f41eceac946 (patch) | |
tree | 8fed40f51fe08623eb0e43f3bdd24388b15d4744 /www/mozilla-devel/files | |
parent | 99e456bb466ee10cdc501234d6a152fd71be84d6 (diff) |
Notes
Diffstat (limited to 'www/mozilla-devel/files')
-rw-r--r-- | www/mozilla-devel/files/patch-config_rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-config_rules.mk b/www/mozilla-devel/files/patch-config_rules.mk new file mode 100644 index 000000000000..e1bc19837bdc --- /dev/null +++ b/www/mozilla-devel/files/patch-config_rules.mk @@ -0,0 +1,15 @@ +--- config/rules.mk.orig Sat Jan 25 16:40:16 2003 ++++ config/rules.mk Sat Jan 25 16:42:56 2003 +@@ -411,6 +411,12 @@ + endif + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++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) |