Fix beam and mark as available for gcc4

--HG--
extra : rebase_source : 0342786067b18f00e9e36577923f1784eb270164
This commit is contained in:
Chris Roberts
2013-11-14 02:21:43 -07:00
parent db625b69e6
commit dadd33666f
2 changed files with 27 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
SUMMARY="An e-mail client."
HOMEPAGE="http://beam.sourceforge.net"
SRC_URI="git://beam.git.sourceforge.net/gitroot/beam/beam"
REVISION="2"
ARCHITECTURES="x86_gcc2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
beam = $portVersion
"
@@ -24,6 +24,9 @@ BUILD_PREREQUIRES="
cmd:bison
cmd:flex
"
PATCHES="beam-1.2alpha.patchset"
BUILD()
{
jam -q $jobArgs

View File

@@ -0,0 +1,22 @@
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