Updated bafx recipe to point at a more recent commit and removed patch

This commit is contained in:
Nav
2014-12-23 08:41:30 +02:00
parent 50097924a8
commit 591c3562a0
2 changed files with 2 additions and 26 deletions

View File

@@ -3,10 +3,10 @@ DESCRIPTION="
BAfx is a file manager for Haiku.
"
HOMEPAGE="https://github.com/marbocub/BAfx"
SRC_URI="git+https://github.com/marbocub/BAfx#4b14a8ba4c"
SRC_URI="git+https://github.com/marbocub/BAfx#ebd3db8a22"
COPYRIGHT="2012 @marbocub"
LICENSE="MIT"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
@@ -25,8 +25,6 @@ BUILD_PREREQUIRES="
cmd:mkdepend
"
PATCHES="bafx-0.0.1.patchset"
BUILD()
{
make OBJ_DIR=objects \

View File

@@ -1,22 +0,0 @@
From 7c5605074b639c6daa54275d1ced9720555da3d1 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Mon, 2 Dec 2013 17:37:11 -0700
Subject: Fix makefile stdc++ libs
diff --git a/Makefile b/Makefile
index 6f14782..50893a9 100755
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ RSRCS=
# naming scheme you need to specify the path to the library
# and it's name
# library: my_lib.a entry: my_lib.a or path/my_lib.a
-LIBS= be
+LIBS= be $(STDCPPLIBS)
# specify additional paths to directories following the standard
# libXXX.so or libXXX.a naming scheme. You can specify full paths
--
1.8.3.4