[Haiku-commits] r31258 - buildtools/trunk/jam
axeld at BerliOS
axeld at mail.berlios.de
Fri Jun 26 18:26:53 CEST 2009
Author: axeld
Date: 2009-06-26 18:26:50 +0200 (Fri, 26 Jun 2009)
New Revision: 31258
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31258&view=rev
Modified:
buildtools/trunk/jam/fileunix.c
buildtools/trunk/jam/patchlevel.h
Log:
* Applied patch by Christian: build fix for Cygwin.
Modified: buildtools/trunk/jam/fileunix.c
===================================================================
--- buildtools/trunk/jam/fileunix.c 2009-06-26 15:55:04 UTC (rev 31257)
+++ buildtools/trunk/jam/fileunix.c 2009-06-26 16:26:50 UTC (rev 31258)
@@ -58,6 +58,10 @@
# define STRUCT_DIRENT struct dirent
# endif
+# ifdef __CYGWIN__
+# include <unistd.h>
+# endif
+
# ifdef OS_COHERENT
# include <arcoff.h>
# define HAVE_AR
Modified: buildtools/trunk/jam/patchlevel.h
===================================================================
--- buildtools/trunk/jam/patchlevel.h 2009-06-26 15:55:04 UTC (rev 31257)
+++ buildtools/trunk/jam/patchlevel.h 2009-06-26 16:26:50 UTC (rev 31258)
@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
-#define VERSION "2.5-haiku-20080327"
+#define VERSION "2.5-haiku-20090626"
#define JAMVERSYM "JAMVERSION=2.5"
More information about the Haiku-commits
mailing list