summaryrefslogtreecommitdiffstats
path: root/emulators/sim/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-06-23 16:28:59 +0000
committervs <vs@FreeBSD.org>2004-06-23 16:28:59 +0000
commita5f795313e22975608218c5915fc9b586c3a9bc0 (patch)
tree7b02141f51594da2c0874919c8f943fa763ad4da /emulators/sim/files
parent148ab6da31be0dd99edda5e695709ea65397ce7d (diff)
downloadFreeBSD-ports-a5f795313e22975608218c5915fc9b586c3a9bc0.zip
FreeBSD-ports-a5f795313e22975608218c5915fc9b586c3a9bc0.tar.gz
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-makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile
index 1e61f59..faa54a9 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
OpenPOWER on IntegriCloud