diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-19 15:21:58 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-19 15:21:58 +0000 |
commit | 0b4b755417edcdd759d96c5b0eff311ba9ea4432 (patch) | |
tree | cdb851c21190d2d7439e97c6cc5d2a52701f74b0 /deskutils/lightning/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.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/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h')
-rw-r--r-- | deskutils/lightning/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/lightning/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h b/deskutils/lightning/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h deleted file mode 100644 index 63d98af1dfa6..000000000000 --- a/deskutils/lightning/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-09-16 02:56:44.000000000 +0200 -+++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h 2009-09-24 13:04:49.000000000 +0200 -@@ -59,7 +59,7 @@ - - #include <sys/types.h> - --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (__FreeBSD__) - typedef off_t oggz_off_t; - #else - typedef loff_t oggz_off_t; |