svn commit: r548127 - head/games/mt_gtk_client

Thierry Thomas thierry at FreeBSD.org
Wed Sep 9 19:38:59 UTC 2020


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
 


More information about the svn-ports-all mailing list