From 7f3ef1d8ffcaa59832c787559960f2b75822f21b Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 7 Sep 2003 03:48:03 +0000 Subject: Remove "-Wall" flag from CFLAGS to make this compile with non-gcc compilers that do not support "-Wall". --- print/psutils/patches/patch-ah | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/psutils/patches') diff --git a/print/psutils/patches/patch-ah b/print/psutils/patches/patch-ah index 4b6d1174535..05257cffb96 100644 --- a/print/psutils/patches/patch-ah +++ b/print/psutils/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.2 2001/07/10 17:27:18 tron Exp $ +$NetBSD: patch-ah,v 1.3 2003/09/07 03:48:04 jschauma Exp $ --- Makefile.unix.orig Tue Mar 11 23:52:59 1997 +++ Makefile.unix Tue Jul 10 19:24:33 2001 @@ -26,7 +26,7 @@ $NetBSD: patch-ah,v 1.2 2001/07/10 17:27:18 tron Exp $ -CC = gcc -CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall +#CC = gcc -+CFLAGS += -DPAPER=\"$(PAPER)\" -DUNIX -Wall ++CFLAGS += -DPAPER=\"$(PAPER)\" -DUNIX BIN = psbook psselect pstops epsffit psnup \ psresize -- cgit v1.2.3