diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 04:57:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 04:57:20 +0800 |
commit | f59151c985452ca49adc03400a901e7e9acee10d (patch) | |
tree | daaaa5813439413df8d64bc923e3161b4d44f3e4 /games | |
parent | 4ca3dfaabdcc6f1599a9f2db95f3dff7491031d9 (diff) | |
download | freebsd-ports-gnome-f59151c985452ca49adc03400a901e7e9acee10d.tar.gz freebsd-ports-gnome-f59151c985452ca49adc03400a901e7e9acee10d.tar.zst freebsd-ports-gnome-f59151c985452ca49adc03400a901e7e9acee10d.zip |
Fix build with clang
Diffstat (limited to 'games')
-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: |