summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authormycroft <mycroft>1998-05-10 17:23:13 +0000
committermycroft <mycroft>1998-05-10 17:23:13 +0000
commit2fd175b0ebbe7d50a3ccc35de09bc93bae9a4582 (patch)
tree435fad639c7776b03b2be5b6755b5053d165a5cd /www/mozilla
parent44d9ed578dae6b7455de4a0e2cd5931fcf23a610 (diff)
downloadpkgsrc-2fd175b0ebbe7d50a3ccc35de09bc93bae9a4582.tar.gz
Use -fPIC, not -fpic, for the SPARC.
Diffstat (limited to 'www/mozilla')
-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)