1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/tycho/files/patch-Makefile
Alejandro Pulver 849f4a2e3c Tycho is a program to gather data on Core War warriors. Tycho takes a list of
warriors and fights each against the other. Execution logs of each instruction
executed are recorded for all fights. It prints a report in HTML format.

WWW:	http://redcoder.sourceforge.net/?p=tycho
2008-01-30 04:19:34 +00:00

13 lines
324 B
Plaintext

--- ./Makefile.orig Thu Sep 4 12:44:24 2003
+++ ./Makefile Wed Jan 16 19:36:13 2008
@@ -1,7 +1,7 @@
# $Id: Makefile,v 1.3 2003/09/04 15:44:24 varfar Exp $
-CC = gcc
-CFLAGS = ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1
+CC ?= gcc
+CFLAGS += ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1
OPT = -O4 -fomit-frame-pointer
#DBG = -g -DDEBUG=2