diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:51:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:51:25 +0000 |
commit | 2750aca9b987b9c67f3aff27b25fc8183e9ee2f3 (patch) | |
tree | d9962d0d12240eb894380083a2b5dea737e829eb /mail/thunderbird-devel/files/patch-jsosdep | |
parent | Don't build apm module on amd64/ia64, bump version. (diff) |
Add thunderbird-devel after a repocopy from ports/mail/thunderbird.
Thunderbird-devel represents work in progress towards Thunderbird 1.5.
See http://www.mozilla.org/products/thunderbird/releases/1.5.html for
more details.
Most of this work was done by ahze and mnag.
Diffstat (limited to 'mail/thunderbird-devel/files/patch-jsosdep')
-rw-r--r-- | mail/thunderbird-devel/files/patch-jsosdep | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/thunderbird-devel/files/patch-jsosdep b/mail/thunderbird-devel/files/patch-jsosdep deleted file mode 100644 index 7f54845657ed..000000000000 --- a/mail/thunderbird-devel/files/patch-jsosdep +++ /dev/null @@ -1,9 +0,0 @@ ---- js/src/jsosdep.h Fri Nov 14 19:10:59 2003 -+++ js/src/jsosdep.h Fri Aug 5 00:50:44 2005 -@@ -102,5 +102,5 @@ - #define JS_HAVE_LONG_LONG - --#elif defined(FREEBSD) -+#elif defined(FREEBSD) || defined(__FreeBSD__) - #define JS_HAVE_LONG_LONG - |