mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
pe: use an archive URL at github.com
* fix build, missing std namespace.
This commit is contained in:
22
haiku-apps/pe/patches/pe-2.4.5.patchset
Normal file
22
haiku-apps/pe/patches/pe-2.4.5.patchset
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user