pe: use an archive URL at github.com

* fix build, missing std namespace.
This commit is contained in:
Jerome Duval
2015-10-18 14:39:19 +00:00
parent 55cc993be1
commit 5f946a7d33
2 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
From afe202899f857db57d64d4f1f0da80da7a69e0e6 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
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<CLanguageInterface*> fInterfaces;
+static std::vector<CLanguageInterface*> fInterfaces;
};
inline const char* CLanguageInterface::LineCommentStart() const
--
2.2.2

View File

@@ -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