getscancodes: remove unneeded patch

This commit is contained in:
Peter Vicman 2017-08-19 15:19:58 +02:00
parent 32406a7410
commit 3727a1ee71
2 changed files with 2 additions and 24 deletions

View File

@ -30,6 +30,8 @@ PKG_SHORTDESC="Shows the scancode of the pressed or released key"
PKG_LONGDESC="Shows the scancode of the pressed or released key" PKG_LONGDESC="Shows the scancode of the pressed or released key"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
PKG_MAKE_OPTS_TARGET="CC=$CC"
makeinstall_target() { makeinstall_target() {
: # nop : # nop
} }

View File

@ -1,24 +0,0 @@
From 06c160f28cceb32be4c8fcead3f33691a2469464 Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
Date: Thu, 21 Nov 2013 23:29:07 +0200
Subject: [PATCH] crosscompile
---
Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 86ab501..355fb3d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@ TARGET = getscancodes
SOURCES = getscancodes.c
CFLAGS=-O2 -Wall
-CC=gcc
OBJECTS=$(SOURCES:.c=.o)
--
1.7.2.5