Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2020 23:51:07 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r522173 - branches/2020Q1/games/xmoto
Message-ID:  <202001052351.005Np7bJ059199@repo.freebsd.org>

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

Log:
  MFH: r522172
  
  games/xmoto: fix build on GCC architectures
  
  Builds fine using new GCC.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/games/xmoto/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/games/xmoto/Makefile
==============================================================================
--- branches/2020Q1/games/xmoto/Makefile	Sun Jan  5 23:49:17 2020	(r522172)
+++ branches/2020Q1/games/xmoto/Makefile	Sun Jan  5 23:51:06 2020	(r522173)
@@ -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?202001052351.005Np7bJ059199>