Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 13:00:44 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475553 - head/games/sdlroids
Message-ID:  <201807281300.w6SD0iBN095978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jul 28 13:00:44 2018
New Revision: 475553
URL: https://svnweb.freebsd.org/changeset/ports/475553

Log:
  games/sdlroids builds fine with Clang

Modified:
  head/games/sdlroids/Makefile

Modified: head/games/sdlroids/Makefile
==============================================================================
--- head/games/sdlroids/Makefile	Sat Jul 28 12:50:39 2018	(r475552)
+++ head/games/sdlroids/Makefile	Sat Jul 28 13:00:44 2018	(r475553)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdlroids
 PORTVERSION=	1.3.4
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	games
 MASTER_SITES=	SF \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -21,7 +21,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share
-USE_GCC=	yes
 USE_CSTD=	gnu89
 USE_SDL=	mixer sdl
 



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