svn commit: r563516 - head/games/xisola

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 31 19:07:30 UTC 2021


Author: yuri
Date: Sun Jan 31 19:07:29 2021
New Revision: 563516
URL: https://svnweb.freebsd.org/changeset/ports/563516

Log:
  games/xisola: Unbreak on 13,14 by adding -fcommon
  
  PR:		253129
  Reported by:	m.ne at gmx.net

Modified:
  head/games/xisola/Makefile

Modified: head/games/xisola/Makefile
==============================================================================
--- head/games/xisola/Makefile	Sun Jan 31 19:05:45 2021	(r563515)
+++ head/games/xisola/Makefile	Sun Jan 31 19:07:29 2021	(r563516)
@@ -10,12 +10,12 @@ MASTER_SITES=	XCONTRIB/games
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple board game for X Window System
 
-BROKEN_FreeBSD_13=	duplicate symbol: app_context
-BROKEN_FreeBSD_14=	duplicate symbol: app_context
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
 USES=		imake:noman xorg
 USE_XORG=	x11 xext xaw xmu xt sm ice
+
+CFLAGS+=	-fcommon
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/xisola
 PORTDOCS=	README


More information about the svn-ports-head mailing list