From c699934030dd6a68cbd36972607b82e1980875d7 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 23 Feb 2019 08:31:37 +0100 Subject: [PATCH] DebugMonitor: fix for x86_gcc2 (#3660) --- ...~20181221.recipe => debugmonitor-0.1.1~20181227.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename haiku-apps/debugmonitor/{debugmonitor-0.1.1~20181221.recipe => debugmonitor-0.1.1~20181227.recipe} (86%) diff --git a/haiku-apps/debugmonitor/debugmonitor-0.1.1~20181221.recipe b/haiku-apps/debugmonitor/debugmonitor-0.1.1~20181227.recipe similarity index 86% rename from haiku-apps/debugmonitor/debugmonitor-0.1.1~20181221.recipe rename to haiku-apps/debugmonitor/debugmonitor-0.1.1~20181227.recipe index cc4bbb280..57b76fecb 100644 --- a/haiku-apps/debugmonitor/debugmonitor-0.1.1~20181221.recipe +++ b/haiku-apps/debugmonitor/debugmonitor-0.1.1~20181227.recipe @@ -9,16 +9,16 @@ HOMEPAGE="https://github.com/HaikuArchives/DebugMonitor" COPYRIGHT="1999 Alister Lee" LICENSE="MIT" REVISION="1" -srcGitRev="10b9b52033ebf53c84d663d88d32eb115299d993" +srcGitRev="fe99167d0c0b7a2cf6f9d2d90f25c8a9073efc7d" SOURCE_URI="https://github.com/HaikuArchives/DebugMonitor/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="cf3326ff118a4b6175c0aa7ecdb4fdf9e72496e0480aacd3a539fe107f126d92" +CHECKSUM_SHA256="3e2e8920ccdde3e4c890431ebe8df358d7dd102109543356f10b8ea600444ea3" SOURCE_FILENAME="DebugMonitor-$portVersion-$srcGitRev.tar.gz" SOURCE_DIR="DebugMonitor-$srcGitRev" ARCHITECTURES="x86_gcc2 x86_64" PROVIDES=" - DebugMonitor = $portVersion + debugmonitor = $portVersion app:DebugMonitor = $portVersion " REQUIRES=" @@ -38,6 +38,7 @@ BUILD() { make -C DebugClient OBJ_DIR=objects make -C DebugMonitor OBJ_DIR=objects + cp DebugClient/objects/DebugClient.a Scribble/ make -C Scribble OBJ_DIR=objects }