summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/mozilla-firefox/files/mozilla-firefox-3.0-solaris64.patch')
-rw-r--r--www-client/mozilla-firefox/files/mozilla-firefox-3.0-solaris64.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/www-client/mozilla-firefox/files/mozilla-firefox-3.0-solaris64.patch b/www-client/mozilla-firefox/files/mozilla-firefox-3.0-solaris64.patch
deleted file mode 100644
index 988b280f67ca..000000000000
--- a/www-client/mozilla-firefox/files/mozilla-firefox-3.0-solaris64.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Don't use -G, it results in a relocation error against _DYNAMIC on
-amd64, use -shared instead per the manpage, and as it works as well.
-
---- configure.in
-+++ configure.in
-@@ -2481,7 +2481,7 @@
- AC_LANG_RESTORE
- else
- ASFLAGS="$ASFLAGS -fPIC"
-- DSO_LDOPTS='-G'
-+ DSO_LDOPTS='-shared'
- _WARNINGS_CFLAGS=''
- _WARNINGS_CXXFLAGS=''
- if test "$OS_RELEASE" = "5.3"; then