mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
ponpokodiff: patch is upstreamed.
This commit is contained in:
@@ -1,46 +0,0 @@
|
|||||||
From 9e5b2e17499dd861adc310c8b42cba6720e438aa Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jerome Duval <jerome.duval@gmail.com>
|
|
||||||
Date: Sat, 28 Jan 2017 12:58:07 +0100
|
|
||||||
Subject: x86_64 build fix.
|
|
||||||
|
|
||||||
|
|
||||||
diff --git a/LineSeparatedText.cpp b/LineSeparatedText.cpp
|
|
||||||
index e3d6334..925cde5 100644
|
|
||||||
--- a/LineSeparatedText.cpp
|
|
||||||
+++ b/LineSeparatedText.cpp
|
|
||||||
@@ -34,6 +34,7 @@
|
|
||||||
#include "LineSeparatedText.h"
|
|
||||||
#include <File.h>
|
|
||||||
#include <Path.h>
|
|
||||||
+#include <stdlib.h>
|
|
||||||
#include "Exception.h"
|
|
||||||
#include "ExceptionCode.h"
|
|
||||||
|
|
||||||
diff --git a/NPDiff.cpp b/NPDiff.cpp
|
|
||||||
index 2e1920f..c440914 100644
|
|
||||||
--- a/NPDiff.cpp
|
|
||||||
+++ b/NPDiff.cpp
|
|
||||||
@@ -32,6 +32,8 @@
|
|
||||||
|
|
||||||
#include "Prefix.h"
|
|
||||||
#include "NPDiff.h"
|
|
||||||
+#include <stdlib.h>
|
|
||||||
+#include <string.h>
|
|
||||||
#include "Exception.h"
|
|
||||||
#include "ExceptionCode.h"
|
|
||||||
|
|
||||||
diff --git a/Substring.cpp b/Substring.cpp
|
|
||||||
index fb47379..dd389ed 100644
|
|
||||||
--- a/Substring.cpp
|
|
||||||
+++ b/Substring.cpp
|
|
||||||
@@ -32,6 +32,7 @@
|
|
||||||
|
|
||||||
#include "Prefix.h"
|
|
||||||
#include "Substring.h"
|
|
||||||
+#include <string.h>
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief 開始点と終了点を指定するコンストラクタ
|
|
||||||
--
|
|
||||||
2.10.2
|
|
||||||
|
|
||||||
@@ -7,11 +7,10 @@ PonpokoDiff can also be used as an external diff command of Subversion \
|
|||||||
HOMEPAGE="https://github.com/HaikuArchives/PonpokoDiff"
|
HOMEPAGE="https://github.com/HaikuArchives/PonpokoDiff"
|
||||||
COPYRIGHT="2008 PonpokoDiff Project Contributors"
|
COPYRIGHT="2008 PonpokoDiff Project Contributors"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="4"
|
REVISION="5"
|
||||||
SOURCE_URI="https://github.com/HaikuArchives/PonpokoDiff/archive/ca95f7a820d54ec54d9ae4b3ca1a1d8a48dd7f44.tar.gz"
|
SOURCE_URI="https://github.com/HaikuArchives/PonpokoDiff/archive/fca91836407a07c0c56f2410b4960e8db024130b.tar.gz"
|
||||||
CHECKSUM_SHA256="f2716c94007030fd92ee54429ac5b1830ac89301687b3614955c7d649bfda657"
|
CHECKSUM_SHA256="0e04cbabc123bb0892aa4bd386d3e95a5d448a17357f33e55cbc5874600a3b63"
|
||||||
SOURCE_DIR="PonpokoDiff-ca95f7a820d54ec54d9ae4b3ca1a1d8a48dd7f44/source"
|
SOURCE_DIR="PonpokoDiff-fca91836407a07c0c56f2410b4960e8db024130b/source"
|
||||||
PATCHES="ponpokodiff-$portVersion.patchset"
|
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user