⛏️ index : buildtools.git

author Oliver Tappe <zooey@hirschkaefer.de> 2006-08-13 14:28:32.0 +00:00:00
committer Oliver Tappe <zooey@hirschkaefer.de> 2006-08-13 14:28:32.0 +00:00:00
commit
742ec4efee2529797113b2e4e2d696124ccd0788 [patch]
tree
15c468efcebe0c5b79db44aeaad85f9333c1d2f7
parent
c4d9c2df99d631b2680ebc94443f70d223844aea
download
742ec4efee2529797113b2e4e2d696124ccd0788.tar.gz

* should now be able to build jam on Zeta, too.

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

Diff

 jam/Jamfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/jam/Jamfile b/jam/Jamfile
index daafdcf..d3fc183 100644
--- a/jam/Jamfile
+++ b/jam/Jamfile
@@ -133,7 +133,6 @@
}

if $(OS) = BEOS {
	DEFINES += _ZETA_USING_DEPRECATED_API_=1 ;
}

#
@@ -145,7 +144,14 @@
GenFile 	jambase.c : mkjambase Jambase ;

if $(OS) = BEOS {
	LINKLIBS on jam += -lnet ;
	local haveBone = [ GLOB /boot/develop/headers/be/bone/arpa : inet.h ] ;
	if ! $(haveBone)	{
		LINKLIBS on jam += -lnet ;
	}
	local haveZeta = [ GLOB /boot/beos/system/lib : libzeta.so ] ;
	if $(haveZeta) {
		DEFINES += _ZETA_USING_DEPRECATED_API_=1 ;
	}
}

Library         libjam.a :