Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 10:58:06 +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: r477567 - head/games/gnomebreakout
Message-ID:  <201808191058.w7JAw6ET044366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Aug 19 10:58:05 2018
New Revision: 477567
URL: https://svnweb.freebsd.org/changeset/ports/477567

Log:
  games/gnomebreakout builds and runs fine when compiled with Clang

Modified:
  head/games/gnomebreakout/Makefile

Modified: head/games/gnomebreakout/Makefile
==============================================================================
--- head/games/gnomebreakout/Makefile	Sun Aug 19 10:46:37 2018	(r477566)
+++ head/games/gnomebreakout/Makefile	Sun Aug 19 10:58:05 2018	(r477567)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnomebreakout
 PORTVERSION=	0.5.3
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	games gnome
 MASTER_SITES=	SF/${PORTNAME:S/eb/e-b/}/${PORTNAME:S/eb/e-b/}/${PORTVERSION}/ \
 		http://www.users.on.net/~mipearson/
@@ -19,7 +19,6 @@ USES=		gettext-tools pathfix pkgconfig
 USE_GNOME=	gnomeprefix libgnomeui
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
-USE_GCC=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11 -lm



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