summaryrefslogtreecommitdiff
path: root/games/xpilot
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-11-24 00:56:24 +0000
committerhubertf <hubertf>1998-11-24 00:56:24 +0000
commitba7eb308797f927cada93dc54ce219d4af3258e1 (patch)
tree74cb4586e58d1e11a08e93cc40187fe72d512975 /games/xpilot
parentb6daeb404e697886f39c03f61f1e79479f51d1f4 (diff)
downloadpkgsrc-ba7eb308797f927cada93dc54ce219d4af3258e1.tar.gz
optimize, for mycroft
Diffstat (limited to 'games/xpilot')
-rw-r--r--games/xpilot/patches/patch-aa17
1 files changed, 14 insertions, 3 deletions
diff --git a/games/xpilot/patches/patch-aa b/games/xpilot/patches/patch-aa
index 8135f9e174c..ef080da3bb0 100644
--- a/games/xpilot/patches/patch-aa
+++ b/games/xpilot/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:45 agc Exp $
+$NetBSD: patch-aa,v 1.3 1998/11/24 00:56:24 hubertf Exp $
---- Local.config.orig Tue Apr 28 09:40:19 1998
-+++ Local.config Sat Aug 1 15:50:01 1998
+--- Local.config.orig Fri Oct 30 13:35:18 1998
++++ Local.config Tue Nov 24 01:46:55 1998
@@ -25,12 +25,12 @@
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
#endif /* LocalGuru */
@@ -18,3 +18,14 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 10:40:45 agc 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.
+ */
+-CDEBUGFLAGS = -g /* General debug flag */
+-/* CDEBUGFLAGS = -O /* General optimize flag */
++/* CDEBUGFLAGS = -g /* General debug flag */
++CDEBUGFLAGS = -O6 /* 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 */