aboutsummaryrefslogtreecommitdiff
path: root/games/xoids
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-11 15:21:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-11 15:21:52 +0000
commite5e5976dee4bbc68aa4f84b0e2f53c1e0eca1376 (patch)
treef4e5ef5b97ca3074c7c96915248370cefee93614 /games/xoids
parent4e718555291d61f8d2e68f672afa90a49008ad4b (diff)
downloadports-e5e5976dee4bbc68aa4f84b0e2f53c1e0eca1376.tar.gz
ports-e5e5976dee4bbc68aa4f84b0e2f53c1e0eca1376.zip
Force -fcommon to unbreak the build against modern compilers: this code
is old and entangled enough so fixing it properly does not look tenable.
Notes
Notes: svn path=/head/; revision=564958
Diffstat (limited to 'games/xoids')
-rw-r--r--games/xoids/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile
index b37e7b6b911a..f2d0784a60f4 100644
--- a/games/xoids/Makefile
+++ b/games/xoids/Makefile
@@ -10,13 +10,12 @@ MASTER_SITES= XCONTRIB/games
MAINTAINER= ports@FreeBSD.org
COMMENT= X Window Asteroids style game with full color pixmaps
-BROKEN_FreeBSD_13= duplicate symbol: Big_O
-BROKEN_FreeBSD_14= duplicate symbol: Big_O
NOT_FOR_ARCHS= mips64
NOT_FOR_ARCHS_REASON= unknown architecture
USES= imake xorg
-USE_XORG= xpm
+USE_XORG= x11 xpm
+CFLAGS+= -fcommon
PLIST_FILES= bin/xoids \
man/man6/xoids.6.gz