diff options
Diffstat (limited to 'package/schedtool/patches/patch-Makefile')
-rw-r--r-- | package/schedtool/patches/patch-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/schedtool/patches/patch-Makefile b/package/schedtool/patches/patch-Makefile new file mode 100644 index 000000000..ee1bd32ce --- /dev/null +++ b/package/schedtool/patches/patch-Makefile @@ -0,0 +1,17 @@ +--- schedtool-1.3.0.orig/Makefile 2008-09-15 15:46:35.000000000 +0200 ++++ schedtool-1.3.0/Makefile 2015-07-25 23:34:30.404003257 +0200 +@@ -1,10 +1,10 @@ + # go on and adjust here if you don't like those flags +-CFLAGS=-Os -fomit-frame-pointer -s -pipe ++#CFLAGS=-Os -fomit-frame-pointer -s -pipe + #CFLAGS=-Wall -Os -fomit-frame-pointer -s -pipe -DDEBUG +-CC=gcc ++#CC=gcc + # likewise, if you want to change the destination prefix +-DESTDIR= +-DESTPREFIX=/usr/local ++#DESTDIR= ++#DESTPREFIX=/usr/local + MANDIR=$(DESTPREFIX)/share/man/man8 + GZIP=gzip -9 + TARGET=schedtool |