diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 22:31:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 22:31:13 +0000 |
commit | 4bfb075ba604eca4d2b835f7fa9f0681b5494572 (patch) | |
tree | 246c78225c004f0302212a6a9145ce6577b80e1c /emulators/sim/files/patch-makefile | |
parent | Fix pear installation. (diff) |
- Update to 3.4.0
PR: ports/85224
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: maintainer timeout (jedgar; 2 months)
Notes
Notes:
svn path=/head/; revision=146964
Diffstat (limited to 'emulators/sim/files/patch-makefile')
-rw-r--r-- | emulators/sim/files/patch-makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile index faa54a9b6722..6d771593e784 100644 --- a/emulators/sim/files/patch-makefile +++ b/emulators/sim/files/patch-makefile @@ -1,11 +1,11 @@ ---- makefile.orig Wed Jun 23 18:01:06 2004 -+++ makefile Wed Jun 23 18:01:50 2004 +--- makefile.orig Mon Aug 22 18:36:56 2005 ++++ makefile Mon Aug 22 18:37:56 2005 @@ -10,7 +10,7 @@ else OS_CCDEFS = -D_GNU_SOURCE endif --CC = gcc -std=c99 -O2 -g -lm $(OS_CCDEFS) -I . +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -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 + NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a |