Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 21:47:16 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320966 - head/games/xrot
Message-ID:  <201306142147.r5ELlGP7087921@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Jun 14 21:47:16 2013
New Revision: 320966
URL: http://svnweb.freebsd.org/changeset/ports/320966

Log:
  games/xrot: fix build with clang
  
  - Fix build with clang, -Wno-return-type
  - Trim Makefile header
  - Remove leading article from COMMENT
  
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/games/xrot/Makefile

Modified: head/games/xrot/Makefile
==============================================================================
--- head/games/xrot/Makefile	Fri Jun 14 21:40:02 2013	(r320965)
+++ head/games/xrot/Makefile	Fri Jun 14 21:47:16 2013	(r320966)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xrot
-# Date created:				Apr 2, 2001
-# Whom:					Mark Pulford <mark@kyne.com.au>
-#
+# Created by: Mark Pulford <mark@kyne.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	xrot
 PORTVERSION=	1.3.2
@@ -18,13 +14,14 @@ MASTER_SITES=	http://hanzubon.jp/mirrors
 MASTER_SITE_SUBDIR=	VinePlus/1.1/JG-0.9.1/sources
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A falling ball puzzle game for X
+COMMENT=	Falling ball puzzle game for X
 
 WRKSRC=		${WRKDIR}/xrot
 
 USE_IMAKE=	yes
 USE_XORG=	xpm
 ALL_TARGET=	xrot
+CFLAGS+=	-Wno-return-type
 
 PLIST_FILES=	bin/xrot
 



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