freebsd-ports/editors/openoffice.org-3-RC/files/patch-i84549

17 lines
485 B
Text
Raw Normal View History

Index: neon/neon.patch
===================================================================
RCS file: /cvs/external/neon/neon.patch,v
2008-08-10 08:47:40 +02:00
retrieving revision 1.25
diff -u -r1.25 neon.patch
--- neon/neon.patch 22 Jul 2008 17:17:06 -0000 1.25
+++ neon/neon.patch 10 Aug 2008 04:20:27 -0000
@@ -266,7 +266,7 @@
+#define HAVE_SYS_TYPES_H 1
+
+/* Define if the timezone global is available */
-+#ifndef MACOSX
2008-08-10 08:47:40 +02:00
++#if !defined(MACOSX) && !defined(FREEBSD)
+#define HAVE_TIMEZONE 1
+#endif
+