Index: head/games/julius/Makefile =================================================================== --- head/games/julius/Makefile (revision 508174) +++ head/games/julius/Makefile (revision 508175) @@ -1,34 +1,32 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= julius PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= games PKGNAMESUFFIX= -caesariii MAINTAINER= pkubaj@FreeBSD.org 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 GH_ACCOUNT= bvschaik USE_SDL= mixer2 sdl2 SUB_FILES= pkg-message LDFLAGS+= -lexecinfo PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin .include Index: head/games/julius/files/patch-src_platform_julius.c =================================================================== --- head/games/julius/files/patch-src_platform_julius.c (nonexistent) +++ head/games/julius/files/patch-src_platform_julius.c (revision 508175) @@ -0,0 +1,12 @@ +--- src/platform/julius.c.orig 2019-08-03 16:50:03 UTC ++++ src/platform/julius.c +@@ -369,7 +369,8 @@ static int init_sdl(void) + return 0; + } + #if SDL_VERSION_ATLEAST(2, 0, 4) +- SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "1"); ++ SDL_SetHint(SDL_HINT_MOUSE_TOUCH_EVENTS, "0"); ++ SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "0"); + #endif + SDL_Log("SDL initialized"); + return 1; Property changes on: head/games/julius/files/patch-src_platform_julius.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property