openbsd-ports/games/micropolis/patches/patch-src_tcl_makefile
deanna 8d3d25317a Import micropolis
Micropolis, Unix Version, (A.K.A. "S*mC*ty"). This game was released
for the Unix platform in or about 1990 and has been modified for
inclusion in the One Laptop Per Child program. Copyright (C) 1989 -
2007 Electronic Arts Inc.

This port is based on patches written by Michael Gernoth, located at
http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis

Help from kurt@ and ian@, tested by lots of people, thanks!

ok ian@, espie@
2008-01-18 03:36:32 +00:00

16 lines
477 B
Plaintext

$OpenBSD: patch-src_tcl_makefile,v 1.1.1.1 2008/01/18 03:36:32 deanna Exp $
--- src/tcl/makefile.orig Fri Nov 30 21:49:55 2007
+++ src/tcl/makefile Sun Jan 13 11:45:22 2008
@@ -24,9 +24,8 @@
TCL_LIBRARY = /usr/local/lib/tcl
-CC = gcc
-
-CFLAGS = -O3 -I. -DTCL_LIBRARY=\"${TCL_LIBRARY}\" -DIS_LINUX
+EXTRA_CFLAGS = -I. -DTCL_LIBRARY=\"${TCL_LIBRARY}\" -DIS_LINUX
+CFLAGS += $(EXTRA_CFLAGS)
#CFLAGS = -g -I. -DTCL_LIBRARY=\"${TCL_LIBRARY}\" -DIS_LINUX
GENERIC_OBJS = \