diff --git a/haiku-apps/pe/patches/pe-2.4.5.patchset b/haiku-apps/pe/patches/pe-2.4.5.patchset new file mode 100644 index 000000000..ca58ed3e8 --- /dev/null +++ b/haiku-apps/pe/patches/pe-2.4.5.patchset @@ -0,0 +1,22 @@ +From afe202899f857db57d64d4f1f0da80da7a69e0e6 Mon Sep 17 00:00:00 2001 +From: Jerome Duval +Date: Sun, 18 Oct 2015 14:30:44 +0000 +Subject: build fix + + +diff --git a/Sources/CLanguageInterface.h b/Sources/CLanguageInterface.h +index f044b3a..8cff660 100644 +--- a/Sources/CLanguageInterface.h ++++ b/Sources/CLanguageInterface.h +@@ -116,7 +116,7 @@ protected: + mutable KeywordMap fKeywordMap; + // void GenerateKeywordMap(const char *ext); + +-static vector fInterfaces; ++static std::vector fInterfaces; + }; + + inline const char* CLanguageInterface::LineCommentStart() const +-- +2.2.2 + diff --git a/haiku-apps/pe/pe-2.4.5.recipe b/haiku-apps/pe/pe-2.4.5.recipe index f2f9bbd03..0c14dbc10 100644 --- a/haiku-apps/pe/pe-2.4.5.recipe +++ b/haiku-apps/pe/pe-2.4.5.recipe @@ -11,11 +11,15 @@ COPYRIGHT=" 1996-2002 Maarteen Hekkelman 2003-2014 Team Pe " -SOURCE_URI="git://github.com/olta/pe.git#4bfabe000ec381f00072a858b6012cc36cd27678" - +SOURCE_URI="https://github.com/olta/pe/archive/4bfabe000ec381f00072a858b6012cc36cd27678.tar.gz" +SOURCE_FILENAME="pe-$portVersion.tar.gz" +SOURCE_DIR="pe-4bfabe000ec381f00072a858b6012cc36cd27678" +CHECKSUM_SHA256="2a321048e896c22b45dda61a673001655d077713a02a9da33a5338195aa0af9b" REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" +PATCHES="pe-2.4.5.patchset" + PROVIDES=" pe = $portVersion app:Pe = $portVersion compat >= 2