⛏️ index : buildtools.git

author Axel Dörfler <axeld@pinc-software.de> 2009-06-26 16:26:50.0 +00:00:00
committer Axel Dörfler <axeld@pinc-software.de> 2009-06-26 16:26:50.0 +00:00:00
commit
04bfbdfd8fd1040ea2c34c53e8c751b3ed37fa69 [patch]
tree
8413ffe66859a22a21899136624794e5a768419d
parent
0df6ed3163096c47f1020be130a92428b283e226
download
04bfbdfd8fd1040ea2c34c53e8c751b3ed37fa69.tar.gz

* Applied patch by Christian: build fix for Cygwin.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@31258 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 jam/fileunix.c   | 4 ++++
 jam/patchlevel.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/jam/fileunix.c b/jam/fileunix.c
index 9b5e3d2..d4f3427 100644
--- a/jam/fileunix.c
+++ b/jam/fileunix.c
@@ -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
diff --git a/jam/patchlevel.h b/jam/patchlevel.h
index fac9205..e7f8dd0 100644
--- a/jam/patchlevel.h
+++ b/jam/patchlevel.h
@@ -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"