diff options
author | antoine <antoine@FreeBSD.org> | 2019-08-04 13:37:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-08-04 13:37:49 +0800 |
commit | 9e853078775dcc8ba57d386f5ae3e42b7b79c19e (patch) | |
tree | 2da9d01fb149a99888dd57ae3a22636d4d4695c1 /games | |
parent | 8ced217d60c9eb80199a297c3615101bfbc51307 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |