diff options
author | Stephen Becker <geoman@gentoo.org> | 2006-02-25 18:31:07 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2006-02-25 18:31:07 +0000 |
commit | 10269015fcc7469f7b1d2b3cc4c96addaf344f58 (patch) | |
tree | d6679519982bfcc2309048e6b18f37953f240158 /dev-libs/nss/files | |
parent | readding mips64 patch, please do not remove this again (diff) | |
download | historical-10269015fcc7469f7b1d2b3cc4c96addaf344f58.tar.gz historical-10269015fcc7469f7b1d2b3cc4c96addaf344f58.tar.bz2 historical-10269015fcc7469f7b1d2b3cc4c96addaf344f58.zip |
removing old patch, and converting old ebuilds to use the new form
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-libs/nss/files')
-rw-r--r-- | dev-libs/nss/files/nss-3.9.2-mips64.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/nss/files/nss-3.9.2-mips64.patch b/dev-libs/nss/files/nss-3.9.2-mips64.patch deleted file mode 100644 index 5abb26634743..000000000000 --- a/dev-libs/nss/files/nss-3.9.2-mips64.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- mozilla/security/coreconf/Linux.mk.orig 2004-08-21 00:07:08.000000000 -0400 -+++ mozilla/security/coreconf/Linux.mk 2004-08-20 23:28:52.000000000 -0400 -@@ -106,6 +106,10 @@ - OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE - CPU_ARCH = mips - else -+ifeq ($(OS_TEST),mips64) -+ OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE -+ CPU_ARCH = mips64 -+else - OS_REL_CFLAGS = -DLINUX1_2 -Di386 -D_XOPEN_SOURCE - CPU_ARCH = x86 - endif -@@ -122,6 +126,7 @@ - endif - endif - endif -+endif - - - LIBC_TAG = _glibc |