freebsd-ports/emulators/sim/files/patch-makefile
Edwin Groothuis 7eebd8d39b Update emulators/sim to 3.0-2
Make portlint -A happy and update the port to the current version.

PR:		ports/58644
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer timeout
2004-01-10 12:03:04 +00:00

11 lines
250 B
Text

--- makefile.orig Tue Oct 28 18:02:43 2003
+++ makefile Tue Oct 28 18:03:09 2003
@@ -5,7 +5,7 @@
#
ifeq ($(WIN32),)
#Unix Environments
-CC = gcc -O2 -lm -I .
+CC = gcc ${CFLAGS} -lm -I .
#CC = gcc -O2 -g -lm -I .
ifeq ($(USE_NETWORK),)
else