games/xisola: Unbreak on 13,14 by adding -fcommon
PR: 253129 Reported by: m.ne@gmx.net
This commit is contained in:
parent
a305e1c130
commit
741c674cf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563516
1 changed files with 4 additions and 4 deletions
|
@ -10,13 +10,13 @@ MASTER_SITES= XCONTRIB/games
|
|||
MAINTAINER= ports@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
|
||||
|
||||
|
|
Loading…
Reference in a new issue