diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-08 21:26:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-08 21:26:50 +0000 |
commit | 9b82295330b8bdd98bdd8932d1b3f51d948f0282 (patch) | |
tree | 7236c5b351eea3f871b751557c6d217ca07f33c9 /shells/esh/patches | |
parent | cc51c5d1726729992d54e88014ee12cb56b7d1d0 (diff) | |
download | pkgsrc-9b82295330b8bdd98bdd8932d1b3f51d948f0282.tar.gz |
Commented out MASTER_SITES and HOMEPAGE as they now require authorization
for access. Also, made Makefile respect CFLAGS.
Diffstat (limited to 'shells/esh/patches')
-rw-r--r-- | shells/esh/patches/patch-aa | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/shells/esh/patches/patch-aa b/shells/esh/patches/patch-aa index f975c66fc16..45c18b50f72 100644 --- a/shells/esh/patches/patch-aa +++ b/shells/esh/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $ +$NetBSD: patch-aa,v 1.3 2001/03/08 21:26:51 jtb Exp $ --- Makefile.orig Thu Apr 22 08:31:43 1999 +++ Makefile -@@ -1,17 +1,17 @@ +@@ -1,24 +1,24 @@ # Your C compiler. @@ -25,3 +25,11 @@ $NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $ # Flags to the compiler: # + # -DMEM_DEBUG Check for memory leaks. + # + +-CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg ++CFLAGS+=-Wall $(INC) + + # No need to change this stuff. + |