Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2019 05:37:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508057 - head/games/julius
Message-ID:  <201908040537.x745bo5u096704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908040537.x745bo5u096704>