Date: Thu, 1 Nov 2018 04:13:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483636 - head/games/7kaa Message-ID: <201811010413.wA14Dx7k069984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811010413.wA14Dx7k069984>