pkgsrc-wip/icecat/patches/patch-ap
Tobias Nygren a283f4d91b - merge patches from xulrunner
- update to 3.5.3
- reset MAINTAINER (I don't feel responsible for this package)
2009-10-10 14:15:29 +00:00

13 lines
506 B
Text

$NetBSD: patch-ap,v 1.2 2009/10/10 14:15:29 tnn2 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__) || defined(__FreeBSD__)
typedef off_t oggz_off_t;
#else
typedef loff_t oggz_off_t;