diff options
Diffstat (limited to 'sysutils/estd/patches/patch-aa')
-rw-r--r-- | sysutils/estd/patches/patch-aa | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/estd/patches/patch-aa b/sysutils/estd/patches/patch-aa index 5460a548735..eebf66b68e6 100644 --- a/sysutils/estd/patches/patch-aa +++ b/sysutils/estd/patches/patch-aa @@ -1,14 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2005/12/27 09:58:56 dillo Exp $ +$NetBSD: patch-aa,v 1.4 2006/07/24 08:11:38 adam Exp $ ---- Makefile.orig 2005-01-30 23:20:52.000000000 +0100 +--- Makefile.orig 2006-07-02 11:29:29.000000000 +0200 +++ Makefile -@@ -6,12 +6,13 @@ clean: - rm -f *~ - - estd: estd.c -- gcc -O2 -lutil -o estd estd.c -+ gcc ${CFLAGS} -lutil -o estd estd.c - +@@ -19,7 +19,8 @@ estd: estd.c all: estd install: all |