Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 14:20:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556825 - head/games/neverball
Message-ID:  <202012021420.0B2EKrEX005085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec  2 14:20:53 2020
New Revision: 556825
URL: https://svnweb.freebsd.org/changeset/ports/556825

Log:
  - Fix build with -fno-common
  
  PR:		251487
  Submitted by:	greg@unrelenting.technology

Modified:
  head/games/neverball/Makefile

Modified: head/games/neverball/Makefile
==============================================================================
--- head/games/neverball/Makefile	Wed Dec  2 14:13:47 2020	(r556824)
+++ head/games/neverball/Makefile	Wed Dec  2 14:20:53 2020	(r556825)
@@ -22,6 +22,7 @@ USE_GL=		gl
 USE_SDL=	sdl2 ttf2
 MAKE_ARGS+=	DATADIR="${DATADIR}" \
 		LOCALEDIR="${PREFIX}/share/locale"
+CFLAGS+=	-fcommon
 
 PORTDOCS=	*
 PORTDATA=	*



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