summaryrefslogtreecommitdiffstats
path: root/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-10 08:44:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-10 08:44:08 +0800
commite94d50b816875628428577d6a01717dc794dba18 (patch)
treeb49e0cb118c4aab51229a0b0f036067fb459648a /www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h
parent7c7642157586a0f2ee4eabff72d7ef7372e8f8b7 (diff)
downloadmarcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar
marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.gz
marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.bz2
marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.lz
marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.xz
marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.zst
marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.zip
Remove these ports now that the updates have been merged into the ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3913 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h')
-rw-r--r--www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h b/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h
deleted file mode 100644
index 02923f6d3..000000000
--- a/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- nsprpub/pr/include/md/_freebsd.h.orig Sat Nov 15 23:36:13 2003
-+++ nsprpub/pr/include/md/_freebsd.h Mon Feb 9 22:24:39 2004
-@@ -50,6 +50,10 @@
- #define _PR_SI_ARCHITECTURE "alpha"
- #elif defined(__sparc__)
- #define _PR_SI_ARCHITECTURE "sparc"
-+#elif defined(__ia64__)
-+#define _PR_SI_ARCHITECTURE "ia64"
-+#elif defined(__amd64__)
-+#define _PR_SI_ARCHITECTURE "amd64"
- #else
- #error "Unknown CPU architecture"
- #endif