diff options
Diffstat (limited to 'cad/gnetman/patches/patch-ad')
-rw-r--r-- | cad/gnetman/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/gnetman/patches/patch-ad b/cad/gnetman/patches/patch-ad new file mode 100644 index 00000000000..a734d391f6e --- /dev/null +++ b/cad/gnetman/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $ + +--- src/batch/Makefile.in.orig Tue Apr 27 12:46:11 2004 ++++ src/batch/Makefile.in +@@ -79,7 +79,7 @@ YACC = @YACC@ + am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ +-AM_CFLAGS = -Wall -W -Wno-unused-parameter -Wno-unused-function -DDDR_DEBUG ++AM_CFLAGS = -DDDR_DEBUG + + INCLUDES = -I$(srcdir)/../include + noinst_LIBRARIES = libbatch.a |