svn commit: r547339 - branches/2020Q3/games/xboard

Fernando Apesteguía fernape at FreeBSD.org
Wed Sep 2 08:08:52 UTC 2020


Author: fernape
Date: Wed Sep  2 08:08:51 2020
New Revision: 547339
URL: https://svnweb.freebsd.org/changeset/ports/547339

Log:
  MFH: r547338
  
  devel/xboard: fix build in 13-current
  
  Another case of -fno-common
  This fixes the slave port devel/xboard-devel too.
  
  While here, add missing USE_XORG modules.
  
  PR:	248984
  Reported by:	kalten at gmx.at
  
  Approved by:	ports-secteam (blanket, build fix, -fno-common)

Modified:
  branches/2020Q3/games/xboard/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/games/xboard/Makefile
==============================================================================
--- branches/2020Q3/games/xboard/Makefile	Wed Sep  2 08:05:46 2020	(r547338)
+++ branches/2020Q3/games/xboard/Makefile	Wed Sep  2 08:08:51 2020	(r547339)
@@ -60,7 +60,7 @@ GTK2_CONFIGURE_WITH=	gtk
 
 USES+=		desktop-file-utils gnome makeinfo perl5 pkgconfig \
 		shared-mime-info shebangfix xorg
-USE_XORG+=	xt xpm
+USE_XORG+=	ice sm x11 xmu xt xpm
 USE_GNOME+=	librsvg2
 .if ${PORT_OPTIONS:MXAW}
 USE_XORG+=	xaw
@@ -72,7 +72,7 @@ SHEBANG_FILES=	texi2man
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=MKDIR_P="${MKDIR}" PERLPATH=${PERL}
-CFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${LOCALBASE}/include -fcommon
 LDFLAGS+=	-L${LOCALBASE}/lib
 INFO=		xboard
 USE_PERL5=	build


More information about the svn-ports-all mailing list