1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/emulators/simh/files/patch-makefile

12 lines
339 B
Plaintext
Raw Normal View History

--- makefile.orig Wed Jun 23 18:01:06 2004
+++ makefile Wed Jun 23 18:01:50 2004
@@ -10,7 +10,7 @@
else
OS_CCDEFS = -D_GNU_SOURCE
endif
-CC = gcc -std=c99 -O2 -g -lm $(OS_CCDEFS) -I .
+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else
NETWORK_OPT = -DUSE_NETWORK -lpcap -isystem /usr/local/include -L /usr/local/lib