summaryrefslogtreecommitdiff
path: root/package/empty/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-09 00:53:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-12 15:43:53 +0200
commit3a841403c936ef07d23af8303dd8aaf761774433 (patch)
tree8259410d77a0fb9cf3f3a2cf18b7077870e7008e /package/empty/patches
parentb74cd8e3c0ea6feb5cd71502689c47833d90dbfd (diff)
add new package empty
Diffstat (limited to 'package/empty/patches')
-rw-r--r--package/empty/patches/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/empty/patches/patch-Makefile b/package/empty/patches/patch-Makefile
new file mode 100644
index 000000000..9ee8da140
--- /dev/null
+++ b/package/empty/patches/patch-Makefile
@@ -0,0 +1,15 @@
+--- empty-0.6.19b.orig/Makefile 2012-09-19 13:22:42.000000000 +0200
++++ empty-0.6.19b/Makefile 2015-07-09 00:19:44.000000000 +0200
+@@ -10,10 +10,10 @@
+ #
+
+
+-CC = gcc
++CC ?= gcc
+ LIBS = -lutil
+
+-PREFIX = /usr/local
++PREFIX = /usr
+
+ all:
+ ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c