diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 20:57:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 20:57:20 +0000 |
commit | e1b18b4bbfb338216597b9c4d44ecb90ad3f192a (patch) | |
tree | daaaa5813439413df8d64bc923e3161b4d44f3e4 | |
parent | f73d9985f68dabfef208dd5419db7efbf2e0964e (diff) | |
download | ports-e1b18b4bbfb338216597b9c4d44ecb90ad3f192a.tar.gz ports-e1b18b4bbfb338216597b9c4d44ecb90ad3f192a.zip |
Notes
-rw-r--r-- | games/searchandrescue/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/searchandrescue/Makefile b/games/searchandrescue/Makefile index e1cd16e5b425..88eb343a4671 100644 --- a/games/searchandrescue/Makefile +++ b/games/searchandrescue/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SearchAndRescue -# Date created: 10 June 2010 -# Whom: Jesse Smith <jessefrgsmith@yahoo.ca> -# +# Created by: Jesse Smith <jessefrgsmith@yahoo.ca> # $FreeBSD$ -# PORTNAME= SearchAndRescue PORTVERSION= 1.4.0 @@ -37,6 +33,7 @@ post-patch: -e '/^CFLAGS = /s,=,= ${CFLAGS},g' \ -e '/^CC = /s, = .*, = ${CC},' \ -e '/^CPP = /s, = .*, = ${CXX},' \ + -e 's,-O6,,' \ ${WRKSRC}/sar/Makefile do-install: |