summaryrefslogtreecommitdiff
path: root/games/xpilot
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-11-24 05:23:23 +0000
committermycroft <mycroft@pkgsrc.org>1998-11-24 05:23:23 +0000
commitfd29275a41b70cc6868c9099a6c5b5c667e0c3f9 (patch)
tree9cbd6afa8387290858e2943e80fbe9fd35256498 /games/xpilot
parentd8f8e6e8e8375df76d31bf92d1733a3d8b722e7c (diff)
downloadpkgsrc-fd29275a41b70cc6868c9099a6c5b5c667e0c3f9.tar.gz
Use -O2, not -O6.
Diffstat (limited to 'games/xpilot')
-rw-r--r--games/xpilot/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpilot/patches/patch-aa b/games/xpilot/patches/patch-aa
index ef080da3bb0..89b75906e90 100644
--- a/games/xpilot/patches/patch-aa
+++ b/games/xpilot/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 1998/11/24 00:56:24 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 1998/11/24 05:23:24 mycroft Exp $
--- Local.config.orig Fri Oct 30 13:35:18 1998
+++ Local.config Tue Nov 24 01:46:55 1998
@@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.3 1998/11/24 00:56:24 hubertf Exp $
-CDEBUGFLAGS = -g /* General debug flag */
-/* CDEBUGFLAGS = -O /* General optimize flag */
+/* CDEBUGFLAGS = -g /* General debug flag */
-+CDEBUGFLAGS = -O6 /* General optimize flag */
++CDEBUGFLAGS = -O2 /* 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 */