freebsd-ports/www/seamonkey/files/patch-config::rules.mk
Joe Marcus Clarke c755aa5f08 Update to 1.5a.
2003-07-23 05:40:42 +00:00

14 lines
305 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
+ifeq (,$(filter i386,$(OS_TEST)))
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc
+else
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
+endif
endif
endif