aboutsummaryrefslogtreecommitdiff
path: root/emulators/sim/files/patch-makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-23 16:28:59 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-23 16:28:59 +0000
commit7892bbf2dc4584574a338cfb4afa8a9dfae2229e (patch)
treecd8d53186fc490e31618d6cd36a3ff7154e2da5c /emulators/sim/files/patch-makefile
parentdfca6a087069790ce3d3f0753bc9603949b82f3b (diff)
downloadports-7892bbf2dc4584574a338cfb4afa8a9dfae2229e.tar.gz
ports-7892bbf2dc4584574a338cfb4afa8a9dfae2229e.zip
Notes
Diffstat (limited to 'emulators/sim/files/patch-makefile')
-rw-r--r--emulators/sim/files/patch-makefile18
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