diff options
author | jschauma <jschauma> | 2003-09-07 03:48:03 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-09-07 03:48:03 +0000 |
commit | f1d72af8eb3d757e4765d918d0676d50681b21c3 (patch) | |
tree | da9613d42ef35238f69fef41ecbfe043e44aa1e8 | |
parent | b8a28d9addce70f1707a319ea7b00c6f859c725c (diff) | |
download | pkgsrc-f1d72af8eb3d757e4765d918d0676d50681b21c3.tar.gz |
Remove "-Wall" flag from CFLAGS to make this compile with non-gcc compilers
that do not support "-Wall".
-rw-r--r-- | print/psutils/distinfo | 4 | ||||
-rw-r--r-- | print/psutils/patches/patch-ah | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/psutils/distinfo b/print/psutils/distinfo index 8c7da5ac9d4..aebe78737a4 100644 --- a/print/psutils/distinfo +++ b/print/psutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/07/10 17:27:18 tron Exp $ +$NetBSD: distinfo,v 1.4 2003/09/07 03:48:03 jschauma Exp $ SHA1 (psutils-p17.tar.gz) = 6f1ecb5846cffb644826a02bd9153fe5d6387a9b Size (psutils-p17.tar.gz) = 62039 bytes @@ -9,4 +9,4 @@ SHA1 (patch-ad) = 74bd84ae49127e5e7e69eca4025927e230d4521f SHA1 (patch-ae) = d6ed0910d6b2b6f43ffe1fa29c35543bb4b9855c SHA1 (patch-af) = 4452ec086be0abe895a48b2684f7e4afe65cf25c SHA1 (patch-ag) = a07233adb18ffa01999449935fce96983626e7c9 -SHA1 (patch-ah) = de2adaa4b76eacc6e8b08fa4c34225d550ac7ad4 +SHA1 (patch-ah) = b9a1b796d4c4596359177258b4176eed194cccaa 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 |