Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 19:38:59 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548127 - head/games/mt_gtk_client
Message-ID:  <202009091938.089JcxJ9012109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Sep  9 19:38:59 2020
New Revision: 548127
URL: https://svnweb.freebsd.org/changeset/ports/548127

Log:
  Fix on -CURRENT with -fcommon.

Modified:
  head/games/mt_gtk_client/Makefile

Modified: head/games/mt_gtk_client/Makefile
==============================================================================
--- head/games/mt_gtk_client/Makefile	Wed Sep  9 19:38:35 2020	(r548126)
+++ head/games/mt_gtk_client/Makefile	Wed Sep  9 19:38:59 2020	(r548127)
@@ -16,6 +16,7 @@ LIB_DEPENDS=		libmt_client.so:games/libmt_client
 RUN_DEPENDS=		${LOCALBASE}/share/cardpics/images/78.png:games/cardpics
 
 GNU_CONFIGURE=		yes
+CFLAGS+=		-fcommon
 USES=			gettext gnome pkgconfig tar:bzip2
 USE_GNOME=		glib20 gtk20 libxml2
 



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