ports/www/seamonkey2/files/patch-config::rules.mk
Marcel Moolenaar b17d5d8ee9 Sync with www/mozilla. This makes sure that future development ports
contain the necesary ia64 fixes.
2004-02-02 00:33:28 +00:00

14 lines
312 B
Makefile

--- 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