From 1867aa28654545867df92845d06b387f1fc87efe Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 16 Aug 2015 13:18:07 +0300 Subject: [PATCH] KeymapSwitcher: fix build --- .../patches/keymapswitcher-1.2.7.11.patchset | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/haiku-apps/keymapswitcher/patches/keymapswitcher-1.2.7.11.patchset b/haiku-apps/keymapswitcher/patches/keymapswitcher-1.2.7.11.patchset index b46fde143..eb3c18139 100644 --- a/haiku-apps/keymapswitcher/patches/keymapswitcher-1.2.7.11.patchset +++ b/haiku-apps/keymapswitcher/patches/keymapswitcher-1.2.7.11.patchset @@ -1,4 +1,4 @@ -From 5b34e6a6930216d0855e58bebc168e6dc50f76cc Mon Sep 17 00:00:00 2001 +From cfd8a405edcb8bbcdb3633f9d7633b98ba05a87d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 7 Feb 2014 15:24:16 +0100 Subject: Fix gcc2 build. @@ -17,5 +17,28 @@ index 251fb38..de49f94 100644 class MoveButton : public BPictureButton { -- -1.8.3.4 +2.2.2 + + +From 42ab04de2139b956780cffb7d08d11c03b8217c0 Mon Sep 17 00:00:00 2001 +From: Sergei Reznikov +Date: Sun, 16 Aug 2015 13:15:45 +0300 +Subject: fix makefile syntax + + +diff --git a/addon.makefile b/addon.makefile +index c937325..86c9456 100644 +--- a/addon.makefile ++++ b/addon.makefile +@@ -122,7 +122,7 @@ all: _APP_ default + ## include the makefile-engine + include $(BUILDHOME)/etc/makefile-engine + +-clean :: ++clean : + rm -f _APP_ + + $(TARGET) : _APP_ +-- +2.2.2