Files
haikuports/haiku-apps/beam/patches/beam-1.2alpha.patchset
Chris Roberts dadd33666f Fix beam and mark as available for gcc4
--HG--
extra : rebase_source : 0342786067b18f00e9e36577923f1784eb270164
2013-11-14 02:21:43 -07:00

23 lines
656 B
Plaintext

From 6545d15dfc53594f4141047bf4c84d55cfccda6d Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Thu, 14 Nov 2013 02:12:56 -0700
Subject: Adjust search path for libbnetapi
diff --git a/build-jam/BuildSettings b/build-jam/BuildSettings
index d411b68..4874ac6 100644
--- a/build-jam/BuildSettings
+++ b/build-jam/BuildSettings
@@ -44,7 +44,7 @@ if $(OSPLAT) = X86 {
PLATFORM = zeta ;
}
# check for libbnetapi...
- local haveLibbnetapi = [ GLOB /boot/develop/lib/x86 : libbnetapi.so ] ;
+ local haveLibbnetapi = [ GLOB /boot/system/develop/lib : libbnetapi.so ] ;
if $(haveLibbnetapi) {
LIBNETAPI = bnetapi ;
}
--
1.8.3.4