svn commit: r477567 - head/games/gnomebreakout

Tobias Kortkamp tobik at FreeBSD.org
Sun Aug 19 10:58:06 UTC 2018


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


More information about the svn-ports-all mailing list