Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2020 23:49:17 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522172 - head/games/xmoto
Message-ID:  <202001052349.005NnHDE057568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jan  5 23:49:17 2020
New Revision: 522172
URL: https://svnweb.freebsd.org/changeset/ports/522172

Log:
  games/xmoto: fix build on GCC architectures
  
  Builds fine using new GCC.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/games/xmoto/Makefile

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Sun Jan  5 23:14:06 2020	(r522171)
+++ head/games/xmoto/Makefile	Sun Jan  5 23:49:17 2020	(r522172)
@@ -20,10 +20,8 @@ LIB_DEPENDS=	libode.so:devel/ode \
 		libcurl.so:ftp/curl \
 		libxdg-basedir.so:x11/libxdg-basedir
 
-BROKEN_powerpc64=	fails to compile: hashtable.h: no match for call to __gnu_cxx::hash
-
 GNU_CONFIGURE=	yes
-USES=		compiler:features dos2unix gl gmake gnome jpeg localbase lua:51 sdl sqlite xorg
+USES=		compiler:c++11-lang dos2unix gl gmake gnome jpeg localbase lua:51 sdl sqlite xorg
 USE_GNOME=	libxml2
 USE_SDL=	sdl mixer ttf net
 USE_GL=		gl glu
@@ -58,12 +56,6 @@ ASIAN_TTF_CONFIGURE_OFF=--without-asian-ttf-file
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-BROKEN=		does not build with gcc 4.2
-.endif
-
 post-extract:
 	@${RM} -r ${WRKSRC}/src/ode
 
@@ -76,4 +68,4 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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