freebsd-ports/emulators/sim/files/patch-makefile
Pav Lucistnik 4bfb075ba6 - Update to 3.4.0
PR:		ports/85224
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer timeout (jedgar; 2 months)
2005-11-01 22:31:13 +00:00

11 lines
356 B
Text

--- makefile.orig Mon Aug 22 18:36:56 2005
+++ makefile Mon Aug 22 18:37:56 2005
@@ -10,7 +10,7 @@
else
OS_CCDEFS = -D_GNU_SOURCE
endif
-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else
NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a