svn commit: r483636 - head/games/7kaa

Mark Linimon linimon at FreeBSD.org
Thu Nov 1 04:14:00 UTC 2018


Author: linimon
Date: Thu Nov  1 04:13:59 2018
New Revision: 483636
URL: https://svnweb.freebsd.org/changeset/ports/483636

Log:
  Fix build on powerpc64.
  
  PR:		231954
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/7kaa/Makefile

Modified: head/games/7kaa/Makefile
==============================================================================
--- head/games/7kaa/Makefile	Thu Nov  1 02:12:38 2018	(r483635)
+++ head/games/7kaa/Makefile	Thu Nov  1 04:13:59 2018	(r483636)
@@ -20,12 +20,13 @@ BROKEN_armv7=		fails to compile: OBULLET.cpp:41:9: con
 LIB_DEPENDS=	libenet.so:net/enet \
 		libcurl.so:ftp/curl
 
-USES=		compiler:c++11-lib gmake localbase openal:al pkgconfig tar:xz
+USES=		compiler:c++11-lang gmake localbase openal:al pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 LLD_UNSAFE=	yes
 CONFIGURE_ARGS=	--disable-nls # no translations ATM
 USE_SDL=	sdl2
 CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_powerpc64=	-Wno-error=narrowing
 CXXFLAGS_clang=		-Wno-c++11-narrowing
 
 PLIST_FILES=	bin/${PORTNAME} \


More information about the svn-ports-all mailing list