diff options
Diffstat (limited to 'www/seamonkey/patches/patch-ap')
-rw-r--r-- | www/seamonkey/patches/patch-ap | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/seamonkey/patches/patch-ap b/www/seamonkey/patches/patch-ap deleted file mode 100644 index c5a443cbb5c..00000000000 --- a/www/seamonkey/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.8 2010/09/09 11:12:27 tnn Exp $ - ---- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-08-24 21:32:05.000000000 +0000 -+++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h -@@ -59,7 +59,7 @@ - - #include <sys/types.h> - --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) - typedef off_t oggz_off_t; - #else - typedef loff_t oggz_off_t; |