diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-02-02 00:33:28 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-02-02 00:33:28 +0000 |
commit | b17d5d8ee97e916490f467220fa30c00af2a6022 (patch) | |
tree | 1ac93ef5cdd0d5f894511c293b7fa9f4d8618474 /www/seamonkey | |
parent | Like alpha, link against libc when creating a shared library on ia64. (diff) |
Sync with www/mozilla. This makes sure that future development ports
contain the necesary ia64 fixes.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/files/patch-config::rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/files/patch-config::rules.mk b/www/seamonkey/files/patch-config::rules.mk index 544be43149fa..16cb6ae1192e 100644 --- a/www/seamonkey/files/patch-config::rules.mk +++ b/www/seamonkey/files/patch-config::rules.mk @@ -4,7 +4,7 @@ ifeq ($(OS_ARCH),FreeBSD) ifdef IS_COMPONENT -+ifneq (,$(filter alpha,$(OS_TEST))) ++ifneq (,$(filter alpha ia64,$(OS_TEST))) +EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc +else EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic |