diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-23 16:28:59 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-23 16:28:59 +0000 |
commit | 7892bbf2dc4584574a338cfb4afa8a9dfae2229e (patch) | |
tree | cd8d53186fc490e31618d6cd36a3ff7154e2da5c /emulators/sim/files | |
parent | Update to 0.9.1 (diff) |
Update to 3.2.0
Based on PR: ports/63663
Submitted by: Miguel Mendez
Approved by: maintainer timeout
Diffstat (limited to 'emulators/sim/files')
-rw-r--r-- | emulators/sim/files/patch-makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile index 1e61f59270b4..faa54a9b6722 100644 --- a/emulators/sim/files/patch-makefile +++ b/emulators/sim/files/patch-makefile @@ -1,11 +1,11 @@ ---- 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 . +--- 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 |