mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
KeymapSwitcher: fix build
This commit is contained in:
@@ -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 <pulkomandy@pulkomandy.tk>
|
||||
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 <diver@gelios.net>
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user