mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
phantomlimb: patch is upstreamed.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user