svn commit: r475553 - head/games/sdlroids

Tobias Kortkamp tobik at FreeBSD.org
Sat Jul 28 13:00:45 UTC 2018


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
 


More information about the svn-ports-all mailing list