summaryrefslogtreecommitdiff
path: root/sysutils/task/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/task/files/patch-ae')
-rw-r--r--sysutils/task/files/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/task/files/patch-ae b/sysutils/task/files/patch-ae
new file mode 100644
index 000000000000..a15a295305f7
--- /dev/null
+++ b/sysutils/task/files/patch-ae
@@ -0,0 +1,17 @@
+--- ./src/hash/Makefile.orig Mon Oct 7 00:02:28 2002
++++ ./src/hash/Makefile Mon Oct 7 00:02:41 2002
+@@ -1,12 +1,11 @@
+ SHELL = /bin/sh
+-CC = gcc
+-OPT = -O
++CC ?= gcc
+ DEBUG = -g
+ BIN = ../../bin
+ MAN = ../../man
+ PROGS = $(BIN)/md5 $(BIN)/sha1
+ MANPAGES= $(MAN)/man1/md5.1
+-CFLAGS = $(DEFS) $(INCL) $(OPT) $(DEBUG) -I. $(XFLAGS)
++CFLAGS += $(DEFS) $(INCL) $(OPT) $(DEBUG) -I. $(XFLAGS)
+
+ defs:
+ @sh ../makedefs