Fix build with clang
This commit is contained in:
parent
f73d9985f6
commit
e1b18b4bbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317251
1 changed files with 2 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue