pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xmris/patches Remove warnings:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dabfdeab4048
branches:  trunk
changeset: 469813:dabfdeab4048
user:      jdc <jdc%pkgsrc.org@localhost>
date:      Sun Feb 29 13:38:27 2004 +0000

description:
Remove warnings:
  warning: traditional C rejects ISO C style function definitions
by removing -Wtraditional.

diffstat:

 games/xmris/patches/patch-aa |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 99a940308df2 -r dabfdeab4048 games/xmris/patches/patch-aa
--- a/games/xmris/patches/patch-aa      Sun Feb 29 13:09:04 2004 +0000
+++ b/games/xmris/patches/patch-aa      Sun Feb 29 13:38:27 2004 +0000
@@ -1,7 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2001/12/06 04:03:01 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2004/02/29 13:38:27 jdc Exp $
 
---- Imakefile.orig     Fri Jul 31 00:15:54 1998
-+++ Imakefile  Fri Jul 31 00:20:49 1998
+--- Imakefile.orig     1995-12-22 12:05:52.000000000 +0000
++++ Imakefile  2004-02-29 13:23:08.000000000 +0000
+@@ -36,3 +36,3 @@
+ #if HasGcc
+-EXTRACCOPTIONS = -Wall -Wpointer-arith -Wwrite-strings -Wtraditional
++EXTRACCOPTIONS = -Wall -Wpointer-arith -Wwrite-strings
+ #endif /* HasGcc */
 @@ -73,3 +73,3 @@
  XCOMM SCORE = $(LOCAL)/lib/$(APP)
 -SCORE = $(LIBDIR)/$(APP)



Home | Main Index | Thread Index | Old Index