Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 16:24:36 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320817 - head/games/falconseye
Message-ID:  <201306131624.r5DGOaQ1022595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306131624.r5DGOaQ1022595>