From 591c3562a0a85ae4b554e573b5e41d51a8d23d78 Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 23 Dec 2014 08:41:30 +0200 Subject: [PATCH] Updated bafx recipe to point at a more recent commit and removed patch --- haiku-apps/bafx/bafx-0.0.1.recipe | 6 ++---- haiku-apps/bafx/patches/bafx-0.0.1.patchset | 22 --------------------- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 haiku-apps/bafx/patches/bafx-0.0.1.patchset diff --git a/haiku-apps/bafx/bafx-0.0.1.recipe b/haiku-apps/bafx/bafx-0.0.1.recipe index 187eae185..15c1bc8f0 100644 --- a/haiku-apps/bafx/bafx-0.0.1.recipe +++ b/haiku-apps/bafx/bafx-0.0.1.recipe @@ -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 \ diff --git a/haiku-apps/bafx/patches/bafx-0.0.1.patchset b/haiku-apps/bafx/patches/bafx-0.0.1.patchset deleted file mode 100644 index f5c0c7ee4..000000000 --- a/haiku-apps/bafx/patches/bafx-0.0.1.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 7c5605074b639c6daa54275d1ced9720555da3d1 Mon Sep 17 00:00:00 2001 -From: Chris Roberts -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 -