diff --git a/haiku-apps/wakeup/patches/wakeup-1.0.patchset b/haiku-apps/wakeup/patches/wakeup-1.0.patchset deleted file mode 100644 index 162afd22d..000000000 --- a/haiku-apps/wakeup/patches/wakeup-1.0.patchset +++ /dev/null @@ -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 - diff --git a/haiku-apps/wakeup/wakeup-1.0.recipe b/haiku-apps/wakeup/wakeup-1.0.recipe index b6a8cebb6..ea8536c25 100644 --- a/haiku-apps/wakeup/wakeup-1.0.recipe +++ b/haiku-apps/wakeup/wakeup-1.0.recipe @@ -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"