svn commit: r317251 - head/games/searchandrescue

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:57:21 UTC 2013


Author: bapt
Date: Fri May  3 20:57:20 2013
New Revision: 317251
URL: http://svnweb.freebsd.org/changeset/ports/317251

Log:
  Fix build with clang

Modified:
  head/games/searchandrescue/Makefile

Modified: head/games/searchandrescue/Makefile
==============================================================================
--- head/games/searchandrescue/Makefile	Fri May  3 20:52:01 2013	(r317250)
+++ head/games/searchandrescue/Makefile	Fri May  3 20:57:20 2013	(r317251)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	SearchAndRescue
-# Date created:			10 June 2010
-# Whom:				Jesse Smith <jessefrgsmith at yahoo.ca>
-#
+# Created by: Jesse Smith <jessefrgsmith at 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:


More information about the svn-ports-all mailing list