summaryrefslogtreecommitdiffstats
path: root/www/mozilla-devel/files/patch-config::rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla-devel/files/patch-config::rules.mk')
-rw-r--r--www/mozilla-devel/files/patch-config::rules.mk14
1 files changed, 14 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 000000000..16cb6ae11
--- /dev/null
+++ b/www/mozilla-devel/files/patch-config::rules.mk
@@ -0,0 +1,14 @@
+--- config/rules.mk.orig Sun May 18 16:10:18 2003
++++ config/rules.mk Sun Jul 20 18:07:26 2003
+@@ -448,7 +448,11 @@
+
+ ifeq ($(OS_ARCH),FreeBSD)
+ ifdef IS_COMPONENT
++ifneq (,$(filter alpha ia64,$(OS_TEST)))
++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc
++else
+ EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
++endif
+ endif
+ endif
+