ff57234978
work for some users (sparc64 support, for example, is busted and won't appear again until firefox-5.0).
13 lines
546 B
Text
13 lines
546 B
Text
$NetBSD: patch-ap,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $
|
|
|
|
--- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-08-24 21:32:05.000000000 +0000
|
|
+++ 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;
|