1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xpilot/files/patch-a
Steve Price c281a1fdef Don't compile with debug on by default.
PR:		10859
Submitted by:	maintainer
1999-03-31 15:21:24 +00:00

37 lines
1.3 KiB
Plaintext

*** Local.config.orig Tue Dec 17 04:30:18 1996
--- Local.config Wed Feb 12 08:32:57 1997
***************
*** 25,31 ****
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
#endif /* LocalGuru */
! PREFIX = /usr/local/games
/* Manual pages for games usually go to section 6. */
MANSUFFIX = 6
--- 25,31 ----
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
#endif /* LocalGuru */
! PREFIX = /usr/X11R6
/* 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 */