aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-08-04 13:37:49 +0800
committerantoine <antoine@FreeBSD.org>2019-08-04 13:37:49 +0800
commit9e853078775dcc8ba57d386f5ae3e42b7b79c19e (patch)
tree2da9d01fb149a99888dd57ae3a22636d4d4695c1 /games
parent8ced217d60c9eb80199a297c3615101bfbc51307 (diff)
downloadfreebsd-ports-gnome-9e853078775dcc8ba57d386f5ae3e42b7b79c19e.tar.gz
freebsd-ports-gnome-9e853078775dcc8ba57d386f5ae3e42b7b79c19e.tar.zst
freebsd-ports-gnome-9e853078775dcc8ba57d386f5ae3e42b7b79c19e.zip
Mark BROKEN: fails to build
/wrkdirs/usr/ports/games/julius/work/julius-1.1.0/src/platform/julius.c:372:17: error: use of undeclared identifier 'SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH' SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "1"); Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r--games/julius/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/julius/Makefile b/games/julius/Makefile
index 0e4c7946f585..42fd2acf59aa 100644
--- a/games/julius/Makefile
+++ b/games/julius/Makefile
@@ -13,6 +13,8 @@ COMMENT= Open source re-implementation of Caesar III
LICENSE= GPLv3
+BROKEN= use of undeclared identifier 'SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH'
+
USES= cmake sdl
USE_GITHUB= yes