pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bmake/files Fix build with sunpro's cc and other...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c1c6f87bf79
branches:  trunk
changeset: 399375:5c1c6f87bf79
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Sep 19 09:01:59 2009 +0000

description:
Fix build with sunpro's cc and other non-gcc compiler I guess:
do not blindly compile var.c with -Wno-cast-qual.

diffstat:

 devel/bmake/files/Makefile.in |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e4d7aca781e8 -r 5c1c6f87bf79 devel/bmake/files/Makefile.in
--- a/devel/bmake/files/Makefile.in     Sat Sep 19 07:46:56 2009 +0000
+++ b/devel/bmake/files/Makefile.in     Sat Sep 19 09:01:59 2009 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.in,v 1.13 2009/09/18 21:27:25 joerg Exp $
+#      $NetBSD: Makefile.in,v 1.14 2009/09/19 09:01:59 seb Exp $
 #      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
-#      $Id: Makefile.in,v 1.13 2009/09/18 21:27:25 joerg Exp $
+#      $Id: Makefile.in,v 1.14 2009/09/19 09:01:59 seb Exp $
 
 PROG=  bmake
 SRCS=  arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
@@ -121,7 +121,6 @@
 .else
        @echo need to unpack mk.tar.gz under ${srcdir} or set MKSRC; false
 .endif
-CFLAGS_var.o += -Wno-cast-qual
 
 .ifdef TOOLDIR
 # this is a native netbsd build, 



Home | Main Index | Thread Index | Old Index