diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-10-22 03:41:18 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-10-22 03:41:18 +0000 |
commit | 08a82c287983c2c3e85ff01a7aec3c655277fb82 (patch) | |
tree | 4485e7037851517194cd73b04794b40ed556680b /games/xpilot/patches | |
parent | a789f847640e28faac087b77cccd201a63cc7658 (diff) | |
download | pkgsrc-08a82c287983c2c3e85ff01a7aec3c655277fb82.tar.gz |
Update to xpilot 4.4.2.
Diffstat (limited to 'games/xpilot/patches')
-rw-r--r-- | games/xpilot/patches/patch-aa | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/games/xpilot/patches/patch-aa b/games/xpilot/patches/patch-aa index d2c12168c93..3c571be490d 100644 --- a/games/xpilot/patches/patch-aa +++ b/games/xpilot/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2001/06/16 00:10:48 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2001/10/22 03:41:19 mycroft Exp $ ---- Local.config.orig Fri Oct 30 13:35:18 1998 -+++ Local.config Tue Nov 24 01:46:55 1998 -@@ -25,12 +25,12 @@ +--- Local.config.orig Sat Oct 6 13:46:11 2001 ++++ Local.config Mon Oct 22 03:23:14 2001 +@@ -36,12 +36,12 @@ #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */ #endif /* LocalGuru */ @@ -18,14 +18,22 @@ $NetBSD: patch-aa,v 1.5 2001/06/16 00:10:48 wiz Exp $ INSTBINDIR = $(PREFIX)/bin /* #define Log /* Try to log every server start to log file */ -@@ -91,8 +91,8 @@ - * CDEBUGFLAGS should specify optimalization or debug information (or both). - * Try not defining anything first. +@@ -105,15 +105,15 @@ + * Try not defining anything first. You probably want -O for speed. */ --CDEBUGFLAGS = -g /* General debug flag */ --/* CDEBUGFLAGS = -O /* General optimize flag */ -+/* CDEBUGFLAGS = -g /* General debug flag */ -+CDEBUGFLAGS = -O2 /* General optimize flag */ + /* CDEBUGFLAGS = -g /* General debug flag */ +-CDEBUGFLAGS = -O /* General optimize flag */ ++/* CDEBUGFLAGS = -O /* General optimize flag */ /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */ /* CDEBUGFLAGS = -g2 -O2 /* SGI debug */ + /* CDEBUGFLAGS = -O2 /* SGI optimize */ + /* CDEBUGFLAGS = -O -Hfsingle -w /* AIX on a 3090 Mainframe */ +-/* CDEBUGFLAGS = -O2 -fstrength-reduce /* gcc optimize flags */ ++CDEBUGFLAGS = -O2 -fstrength-reduce /* gcc optimize flags */ + /* CDEBUGFLAGS = -Wc,-O3 /* Dynix/PTX 2 flags */ +-/* CDEBUGFLAGS = -Wall /* gcc high warning level */ ++CDEBUGFLAGS = -Wall /* gcc high warning level */ + /* CDEBUGFLAGS = -Wall -pedantic -ansi -Dlint /* gcc ridiculous warning level */ + + |