aboutsummaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-config_rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-config_rules.mk')
-rw-r--r--www/libxul/files/patch-config_rules.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/libxul/files/patch-config_rules.mk b/www/libxul/files/patch-config_rules.mk
new file mode 100644
index 000000000000..16cb6ae1192e
--- /dev/null
+++ b/www/libxul/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
+