mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
fix x86_64 for TimeTracker, Toner, WakeUp and BeBattle (#2019)
* haiku-apps/genesis_commander: mark as tested. * haiku-apps/timetracker: add patch for gcc5 builds only. * haiku-apps/toner: add patch, bump revision. * haiku-apps/wakeup: add patch, bump revision. * haiku-games/bebattle: add patch, bump revision.
This commit is contained in:
22
haiku-apps/wakeup/patches/wakeup-1.0.patchset
Normal file
22
haiku-apps/wakeup/patches/wakeup-1.0.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 2c07d5e62251affb6328ea509106d2417b522f06 Mon Sep 17 00:00:00 2001
|
||||
From: nys <33534144+nysnatuss@users.noreply.github.com>
|
||||
Date: Sun, 31 Dec 2017 22:42:12 +0000
|
||||
Subject: link C++ libs; fix for x86_64
|
||||
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index bdaec11..42618bd 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -56,7 +56,7 @@ RSRCS =
|
||||
# - if your library does not follow the standard library naming scheme,
|
||||
# you need to specify the path to the library and it's name.
|
||||
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
|
||||
-LIBS = be game
|
||||
+LIBS = be game $(STDCPPLIBS)
|
||||
|
||||
# Specify additional paths to directories following the standard libXXX.so
|
||||
# or libXXX.a naming scheme. You can specify full paths or paths relative
|
||||
--
|
||||
2.15.0
|
||||
|
||||
@@ -6,14 +6,15 @@ like an alarm clock or a cooking timer, just to name a few."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/WakeUp"
|
||||
COPYRIGHT="1999 Jonathan Villemure"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
gitSrcRevision="116afedea73ba9779d3d641028b65fdb2dc19012"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/WakeUp/archive/$gitSrcRevision.tar.gz"
|
||||
CHECKSUM_SHA256="28eb8504a2a436a117821aaa399b8c37f5363bd9fcb2ff814f6cb1b6264da311"
|
||||
SOURCE_FILENAME="WakeUp-$gitSrcRevision.tar.gz"
|
||||
SOURCE_DIR="WakeUp-$gitSrcRevision"
|
||||
PATCHES="wakeup-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
wakeup = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user