summaryrefslogtreecommitdiff
path: root/www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-13 21:35:43 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-13 21:35:43 +0000
commit7059589bd64b2a99cab6df938b191d4e9fce56bd (patch)
tree5f08e61f528456c64e85212ca62872ad7f7214a6 /www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h
parentPort to amd64 (note: requires ld-elf.so bugfix to actually work) (diff)
Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)
I've taken a chance and split the sparc64 and alpha mega-diffs up because sparc64 patched the result of alpha's patches, and amd64 needed to do the same again - but it was sorted lexically before alpha/sparc64. I've grouped the xptcall patches together since they are standalone and split up and merged the other infrastructure jumbo-patches. I also attempted to sync up the nspr vs firebird diffs for sparc64 and alpha because they disagreed. HOWEVER... While this port 'depends' on the nspr port, it doesn't actually *use* it. It should probably be removed from the LIB_DEPENDS list. Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla database.
Diffstat (limited to 'www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r--www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h b/www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h
new file mode 100644
index 000000000000..b688e664475d
--- /dev/null
+++ b/www/firefox3-devel/files/patch-config-mkdepend-imakemdep.h
@@ -0,0 +1,10 @@
+--- config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998
++++ config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003
+@@ -278,4 +278,7 @@
+ "-D__i386__",
+ # endif
++# if defined(__amd64__) || defined(__x86_64__)
++ "-D__amd64__ -D__x86_64__",
++# endif
+ # ifdef __GNUC__
+ "-traditional",