summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2005-03-27 20:34:19 +0000
committerGuy Martin <gmsoft@gentoo.org>2005-03-27 20:34:19 +0000
commit395e6af74c12b44cbf4b8236dc3daa37411bb549 (patch)
tree870c230ea4ddbc68881b80e9eb5bb71d0b5f24f6 /www-client/mozilla-firefox/files
parentSync with development-sources; close bug #85559. (diff)
downloadgentoo-2-395e6af74c12b44cbf4b8236dc3daa37411bb549.tar.gz
gentoo-2-395e6af74c12b44cbf4b8236dc3daa37411bb549.tar.bz2
gentoo-2-395e6af74c12b44cbf4b8236dc3daa37411bb549.zip
Fixed hppa patch && stable on hppa.
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-client/mozilla-firefox/files')
-rw-r--r--www-client/mozilla-firefox/files/mozilla-hppa.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/mozilla-firefox/files/mozilla-hppa.patch b/www-client/mozilla-firefox/files/mozilla-hppa.patch
index f6171cf77eb4..d874ae1c4d5c 100644
--- a/www-client/mozilla-firefox/files/mozilla-hppa.patch
+++ b/www-client/mozilla-firefox/files/mozilla-hppa.patch
@@ -10,10 +10,10 @@ diff -uNr mozilla.orig/xpcom/reflect/xptcall/src/md/unix/Makefile.in mozilla/xpc
+#
+ifeq ($(OS_ARCH),Linux)
+ifneq (,$(filter parisc parisc64,$(OS_TEST)))
-+ifeq ($(CC),gcc)
++#ifeq ($(CC),gcc) # Do not check for gcc since there is only this compiler on linux for hppa
+CPPSRCS := xptcinvoke_pa32.cpp xptcstubs_pa32.cpp
+ASFILES := xptcstubs_asm_parisc_linux.s xptcinvoke_asm_parisc_linux.s
-+endif
++#endif
+endif
+endif
+