mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a3adfc2cf5
- Add support for USE_GECKO=firefox-devel - Fix pkg-deinstall to not remove MOZDIR/extensions
15 lines
312 B
Makefile
15 lines
312 B
Makefile
--- config/rules.mk.orig Tue Aug 26 13:28:47 2003
|
|
+++ config/rules.mk Sun Feb 1 15:11:41 2004
|
|
@@ -444,7 +444,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
|
|
|