summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-ap')
-rw-r--r--www/firefox/patches/patch-ap13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/patches/patch-ap b/www/firefox/patches/patch-ap
deleted file mode 100644
index 4f3f01b040d..00000000000
--- a/www/firefox/patches/patch-ap
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ap,v 1.12 2009/09/10 00:03:37 tnn Exp $
-
---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-24 17:52:50.000000000 +0200
-+++ media/liboggz/include/oggz/oggz_off_t_generated.h
-@@ -59,7 +59,7 @@
-
- #include <sys/types.h>
-
--#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2)
-+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined(__NetBSD__) || defined(__DragonFly__)
- typedef off_t oggz_off_t;
- #else
- typedef loff_t oggz_off_t;