aboutsummaryrefslogtreecommitdiffstats
path: root/games/xpilot/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-03-31 23:21:24 +0800
committersteve <steve@FreeBSD.org>1999-03-31 23:21:24 +0800
commitc04089abefb48b02fb97caabe214446f6b5af7f9 (patch)
treeb23ecf90a0001851384cc393c538075f2e87acde /games/xpilot/files
parente6c6848c8b4bdfb8babd0436dec77ca0700fb5d5 (diff)
downloadfreebsd-ports-gnome-c04089abefb48b02fb97caabe214446f6b5af7f9.tar.gz
freebsd-ports-gnome-c04089abefb48b02fb97caabe214446f6b5af7f9.tar.zst
freebsd-ports-gnome-c04089abefb48b02fb97caabe214446f6b5af7f9.zip
Don't compile with debug on by default.
PR: 10859 Submitted by: maintainer
Diffstat (limited to 'games/xpilot/files')
-rw-r--r--games/xpilot/files/patch-a17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-a
index 1396e6cc1a32..5e8904b37340 100644
--- a/games/xpilot/files/patch-a
+++ b/games/xpilot/files/patch-a
@@ -17,3 +17,20 @@
/* Manual pages for games usually go to section 6. */
MANSUFFIX = 6
+***************
+*** 91,97 ****
+ * 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 = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
+ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
+--- 91,97 ----
+ * 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 = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
+ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */