summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-05-10 17:23:13 +0000
committermycroft <mycroft@pkgsrc.org>1998-05-10 17:23:13 +0000
commite334cc99bac676578ef390b72574c7cd7aad4bcd (patch)
tree435fad639c7776b03b2be5b6755b5053d165a5cd /www
parent9804670341ae6a7c0b27c3b44b5395149caf4c68 (diff)
downloadpkgsrc-e334cc99bac676578ef390b72574c7cd7aad4bcd.tar.gz
Use -fPIC, not -fpic, for the SPARC.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/patches/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/mozilla/patches/patch-ac b/www/mozilla/patches/patch-ac
new file mode 100644
index 00000000000..84a8d445f88
--- /dev/null
+++ b/www/mozilla/patches/patch-ac
@@ -0,0 +1,19 @@
+*** config/NetBSD.mk.orig Sun May 10 13:18:31 1998
+--- config/NetBSD.mk Sun May 10 13:18:41 1998
+***************
+*** 92,98 ****
+ #
+ # For NetBSD > 1.3, this can all be -shared.
+ #
+! DSO_CFLAGS = -fpic
+ DSO_LDFLAGS =
+ DSO_LDOPTS = -Bshareable
+ ifeq ($(OS_TEST),alpha)
+--- 92,98 ----
+ #
+ # For NetBSD > 1.3, this can all be -shared.
+ #
+! DSO_CFLAGS = -fPIC
+ DSO_LDFLAGS =
+ DSO_LDOPTS = -Bshareable
+ ifeq ($(OS_TEST),alpha)