diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-09 00:53:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-12 15:43:53 +0200 |
commit | 3a841403c936ef07d23af8303dd8aaf761774433 (patch) | |
tree | 8259410d77a0fb9cf3f3a2cf18b7077870e7008e /package/empty/patches/patch-Makefile | |
parent | b74cd8e3c0ea6feb5cd71502689c47833d90dbfd (diff) |
add new package empty
Diffstat (limited to 'package/empty/patches/patch-Makefile')
-rw-r--r-- | package/empty/patches/patch-Makefile | 15 |
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 |