mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 9d30974e209c35115d24295622b5480e272a41fd Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Mon, 17 Jul 2017 20:40:32 +0200
|
||||
Subject: link JamExt against libstdc++.
|
||||
|
||||
|
||||
diff --git a/Languages/Sources/Jamfile b/Languages/Sources/Jamfile
|
||||
index 943b926..f67076d 100644
|
||||
--- a/Languages/Sources/Jamfile
|
||||
+++ b/Languages/Sources/Jamfile
|
||||
@@ -76,7 +76,7 @@ PeLanguage HtmlCssJsPhpExt
|
||||
# <pe-src>
|
||||
PeLanguage JamExt
|
||||
: Jam_Language.cpp
|
||||
- : be
|
||||
+ : be $(STDC++LIB)
|
||||
: keywords.jam.rsrc
|
||||
;
|
||||
# </pe-src>
|
||||
--
|
||||
2.12.2
|
||||
|
||||
@@ -17,10 +17,13 @@ SOURCE_URI="https://github.com/HaikuArchives/Pe/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="94e3946437bc5f5e0163ed3f44b3f597c4471106999d00262ccd9fff763df091"
|
||||
SOURCE_FILENAME="pe-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="Pe-$srcGitRev"
|
||||
PATCHSET="pe-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
pe = $portVersion
|
||||
app:Pe = $portVersion compat >= 2
|
||||
@@ -45,10 +48,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# multi-job builds don't work reliably
|
||||
|
||||
Reference in New Issue
Block a user