diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-09-25 19:53:15 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-09-25 19:53:15 +0000 |
commit | 0f0b0db5c0a418360fff95853a90019654df8829 (patch) | |
tree | 7e70e931d8f53fb1b13abf2168b40ae006ef17f3 /firefox-1.1-ppc64.patch | |
parent | - Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros (diff) | |
download | librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.tar.gz librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.tar.bz2 librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.zip |
Killing some more dead patches
Diffstat (limited to 'firefox-1.1-ppc64.patch')
-rwxr-xr-x | firefox-1.1-ppc64.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/firefox-1.1-ppc64.patch b/firefox-1.1-ppc64.patch deleted file mode 100755 index 2e7b014..0000000 --- a/firefox-1.1-ppc64.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: security/coreconf/Linux.mk -=================================================================== -RCS file: /cvsroot/mozilla/security/coreconf/Linux.mk,v -retrieving revision 1.18 -diff -d -u -p -r1.18 Linux.mk ---- security/coreconf/Linux.mk 1 Feb 2005 23:39:18 -0000 1.18 -+++ security/coreconf/Linux.mk 20 Jun 2005 07:32:29 -0000 -@@ -56,6 +56,10 @@ ifeq ($(OS_TEST),m68k) - OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE - CPU_ARCH = m68k - else -+ifeq ($(OS_TEST),ppc64) -+ OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE -+ CPU_ARCH = ppc64 -+else - ifeq ($(OS_TEST),ppc) - OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE - CPU_ARCH = ppc -@@ -119,6 +123,7 @@ endif - endif - endif - endif -+endif - - - LIBC_TAG = _glibc |