734349b51e
- Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
11 lines
474 B
C
11 lines
474 B
C
--- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200
|
|
+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200
|
|
@@ -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 (__FreeBSD__)
|
|
typedef off_t oggz_off_t;
|
|
#else
|
|
typedef loff_t oggz_off_t;
|