svn commit: r320817 - head/games/falconseye

Boris Samorodov bsam at FreeBSD.org
Thu Jun 13 16:24:36 UTC 2013


Author: bsam
Date: Thu Jun 13 16:24:36 2013
New Revision: 320817
URL: http://svnweb.freebsd.org/changeset/ports/320817

Log:
  . fix build with clang (CFLAGS+=-Wno-return-type);
  . WRKSRC=${WRKDIR} -> NO_WRKSUBDIR=yes;
  . trim Makefile header.

Modified:
  head/games/falconseye/Makefile

Modified: head/games/falconseye/Makefile
==============================================================================
--- head/games/falconseye/Makefile	Thu Jun 13 16:24:22 2013	(r320816)
+++ head/games/falconseye/Makefile	Thu Jun 13 16:24:36 2013	(r320817)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  falconseye
-# Date created:			  23 Aug 2001
-# Whom:				  Kris Kennaway <kris at FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	falconseye
 PORTVERSION=	1.9.3
@@ -24,8 +20,9 @@ USE_SDL=	sdl
 USE_PERL5_BUILD=yes
 USE_ZIP=	yes
 USE_XORG=	x11 xpm xaw
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11
-WRKSRC=		${WRKDIR}
+CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11 \
+		-Wno-return-type
+NO_WRKSUBDIR=	yes
 MAKE_JOBS_UNSAFE=	yes
 
 post-patch:


More information about the svn-ports-all mailing list