summaryrefslogtreecommitdiff
path: root/deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-10-19 15:21:58 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-10-19 15:21:58 +0000
commit0b4b755417edcdd759d96c5b0eff311ba9ea4432 (patch)
treecdb851c21190d2d7439e97c6cc5d2a52701f74b0 /deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h
parent- Register lightning as a global extension and doesn't create the XPI to (diff)
- Remove deskutils/lightning and deskutils/lightning-thunderbird as both
ports were outdated and superseded by the new LIGHTNING option in www/seamonkey and mail/thunderbird. Please read UPDATING as the lightning XPI now register itself. Discussed with: flo@ at EuroBSDCon DevSummit
Diffstat (limited to 'deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r--deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h b/deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h
deleted file mode 100644
index 53e85308a0ab..000000000000
--- a/deskutils/lightning-thunderbird/files/patch-config-mkdepend-imakemdep.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- mozilla/config/mkdepend/imakemdep.h.orig 2009-12-05 15:43:09.000000000 +0100
-+++ mozilla/config/mkdepend/imakemdep.h 2009-12-05 15:44:00.000000000 +0100
-@@ -277,8 +277,8 @@
- # ifdef __i386__
- "-D__i386__",
- # endif
--# ifdef __x86_64__
-- "-D__x86_64__",
-+# ifdef defined(__amd64__) || defined(__x86_64__)
-+ "-D__amd64__ -D__x86_64__",
- # endif
- # ifdef __GNUC__
- "-traditional",