diff options
author | mycroft <mycroft> | 1998-05-10 17:23:13 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-05-10 17:23:13 +0000 |
commit | 89ccb31b1e2756e0e7d56642acba7d24e5aa76dd (patch) | |
tree | 435fad639c7776b03b2be5b6755b5053d165a5cd /www | |
parent | 489012f23a0b8e6f72f79b80195fa5a253199d11 (diff) | |
download | pkgsrc-89ccb31b1e2756e0e7d56642acba7d24e5aa76dd.tar.gz |
Use -fPIC, not -fpic, for the SPARC.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/patches/patch-ac | 19 |
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) |