svn commit: r508057 - head/games/julius

Antoine Brodin antoine at FreeBSD.org
Sun Aug 4 05:37:50 UTC 2019


Author: antoine
Date: Sun Aug  4 05:37:49 2019
New Revision: 508057
URL: https://svnweb.freebsd.org/changeset/ports/508057

Log:
  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

Modified:
  head/games/julius/Makefile

Modified: head/games/julius/Makefile
==============================================================================
--- head/games/julius/Makefile	Sun Aug  4 05:36:24 2019	(r508056)
+++ head/games/julius/Makefile	Sun Aug  4 05:37:49 2019	(r508057)
@@ -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


More information about the svn-ports-all mailing list