mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fix beam and mark as available for gcc4
--HG-- extra : rebase_source : 0342786067b18f00e9e36577923f1784eb270164
This commit is contained in:
@@ -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
|
||||
|
||||
22
haiku-apps/beam/patches/beam-1.2alpha.patchset
Normal file
22
haiku-apps/beam/patches/beam-1.2alpha.patchset
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user