Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 12:11:58 +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: r483482 - head/games/widelands
Message-ID:  <201810301211.w9UCBwsc012384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 30 12:11:58 2018
New Revision: 483482
URL: https://svnweb.freebsd.org/changeset/ports/483482

Log:
  Fix build on GCC-based architectures.
  
  PR:		232677
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/widelands/Makefile

Modified: head/games/widelands/Makefile
==============================================================================
--- head/games/widelands/Makefile	Tue Oct 30 12:09:01 2018	(r483481)
+++ head/games/widelands/Makefile	Tue Oct 30 12:11:58 2018	(r483482)
@@ -28,6 +28,10 @@ CMAKE_ARGS=	-DWL_INSTALL_BASEDIR="${PREFIX}" \
 		-DWL_OPTIMIZE_FLAGS=""
 USE_GL=		gl glew
 USE_SDL=	sdl2 mixer2 image2 net2 ttf2
+CXXFLAGS_powerpc=	-Wno-maybe-uninitialized
+CXXFLAGS_powerpcspe=	-Wno-maybe-uninitialized
+CXXFLAGS_powerpc64=	-Wno-maybe-uninitialized
+CXXFLAGS_sparc64=	-Wno-maybe-uninitialized
 
 PORTDATA=	*
 PORTDOCS=	*



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