aboutsummaryrefslogtreecommitdiff
path: root/emulators/sim/files/patch-makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-12 08:17:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-12 08:17:36 +0000
commit0dcf1323b2a3bb56ab7cffac3240088b887d41fc (patch)
tree82f560419b2817163b43c73f3342d5e5e9c093d8 /emulators/sim/files/patch-makefile
parent653de5fb97af541a123e53b04cf60290893e2c88 (diff)
downloadports-0dcf1323b2a3bb56ab7cffac3240088b887d41fc.tar.gz
ports-0dcf1323b2a3bb56ab7cffac3240088b887d41fc.zip
Notes
Diffstat (limited to 'emulators/sim/files/patch-makefile')
-rw-r--r--emulators/sim/files/patch-makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile
index 6d771593e784..1ca55e95bb9f 100644
--- a/emulators/sim/files/patch-makefile
+++ b/emulators/sim/files/patch-makefile
@@ -1,10 +1,10 @@
---- makefile.orig Mon Aug 22 18:36:56 2005
-+++ makefile Mon Aug 22 18:37:56 2005
+--- makefile.orig Fri Feb 2 07:12:20 2007
++++ makefile Sun Feb 11 15:57:23 2007
@@ -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 = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else