wakeup: upstreamed patchset.

This commit is contained in:
Jerome Duval
2018-09-18 14:46:42 +02:00
parent da15bf76f1
commit 0a8988486c
2 changed files with 3 additions and 26 deletions

View File

@@ -1,22 +0,0 @@
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

View File

@@ -6,13 +6,12 @@ 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="2"
srcGitRev="116afedea73ba9779d3d641028b65fdb2dc19012"
REVISION="3"
srcGitRev="79fd5f5ba44704258b2f01ee5768d999bdc76c4e"
SOURCE_URI="https://github.com/HaikuArchives/WakeUp/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="28eb8504a2a436a117821aaa399b8c37f5363bd9fcb2ff814f6cb1b6264da311"
CHECKSUM_SHA256="12ffbf75e60862ce5731542dfd17e6ec5f4e67232921c87d70f28d4b805ce507"
SOURCE_FILENAME="WakeUp-$srcGitRev.tar.gz"
SOURCE_DIR="WakeUp-$srcGitRev"
PATCHES="wakeup-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86_64"