pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/psutils Remove "-Wall" flag from CFLAGS to make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61c55c8ac89e
branches:  trunk
changeset: 460909:61c55c8ac89e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Sep 07 03:48:03 2003 +0000

description:
Remove "-Wall" flag from CFLAGS to make this compile with non-gcc compilers
that do not support "-Wall".

diffstat:

 print/psutils/distinfo         |  4 ++--
 print/psutils/patches/patch-ah |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 05c50989ea1c -r 61c55c8ac89e print/psutils/distinfo
--- a/print/psutils/distinfo    Sun Sep 07 02:44:22 2003 +0000
+++ b/print/psutils/distinfo    Sun Sep 07 03:48:03 2003 +0000
@@ -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-ae) = d6ed0910d6b2b6f43ffe1fa29c35543bb4b9855c
 SHA1 (patch-af) = 4452ec086be0abe895a48b2684f7e4afe65cf25c
 SHA1 (patch-ag) = a07233adb18ffa01999449935fce96983626e7c9
-SHA1 (patch-ah) = de2adaa4b76eacc6e8b08fa4c34225d550ac7ad4
+SHA1 (patch-ah) = b9a1b796d4c4596359177258b4176eed194cccaa
diff -r 05c50989ea1c -r 61c55c8ac89e print/psutils/patches/patch-ah
--- a/print/psutils/patches/patch-ah    Sun Sep 07 02:44:22 2003 +0000
+++ b/print/psutils/patches/patch-ah    Sun Sep 07 03:48:03 2003 +0000
@@ -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 @@
 -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



Home | Main Index | Thread Index | Old Index