phantomlimb: patch is upstreamed.

This commit is contained in:
Jerome Duval
2017-02-07 20:34:51 +01:00
parent dbf59d7322
commit 801752ba7d
2 changed files with 3 additions and 26 deletions

View File

@@ -1,22 +0,0 @@
From c46502f18c0044a8164d45021943ecbca5e1451a Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 31 Jan 2017 19:48:07 +0100
Subject: fix x86_64 build
diff --git a/source/PhantomView.h b/source/PhantomView.h
index e262ef8..b1576f6 100644
--- a/source/PhantomView.h
+++ b/source/PhantomView.h
@@ -69,7 +69,7 @@ private:
int32 _testSign[2];
bool _awaitingAnswer;
- static long TestThreadFunc(void * a) {return ((PhantomView*)a)->TestThread();}
+ static status_t TestThreadFunc(void * a) {return ((PhantomView*)a)->TestThread();}
long TestThread();
};
--
2.10.2

View File

@@ -12,12 +12,11 @@ HOMEPAGE="https://github.com/HaikuArchives/PhantomLimb"
COPYRIGHT="2001 Ben Loftis
2013 Jeremy Friesner"
LICENSE="Public Domain"
REVISION="3"
srcGitRev="5444867ac9e8b3a55395106a46affff9bfcea5b1"
REVISION="4"
srcGitRev="2ad55873b4e9e6397d55cdedbf497117640716ee"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="c9da10aeeb7598be66507d8db15fcb7bd0ad619c85b0e4dcb2fe708500e49fd9"
CHECKSUM_SHA256="e6a86517b54d350a311b2f3f93a36c63b6b2088d338527bc0472d2b005a0386d"
SOURCE_DIR="PhantomLimb-$srcGitRev"
PATCHES="phantomlimb-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"