Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 18:47:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488333 - head/devel/sdl20
Message-ID:  <201812251847.wBPIlWUu005821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 25 18:47:31 2018
New Revision: 488333
URL: https://svnweb.freebsd.org/changeset/ports/488333

Log:
  - Fix build with UDEV enabled
  
  PR:		234263
  Reported by:	tant.sinnister@googlemail.com

Modified:
  head/devel/sdl20/Makefile

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Tue Dec 25 17:16:06 2018	(r488332)
+++ head/devel/sdl20/Makefile	Tue Dec 25 18:47:31 2018	(r488333)
@@ -120,6 +120,7 @@ SDL_TIMERS_CONFIGURE_ENABLE=	timers
 SDL_VIDEO_CONFIGURE_ENABLE=	video
 UDEV_CONFIGURE_ENABLE=		libudev
 UDEV_LIB_DEPENDS=		libudev.so:devel/libudev-devd
+UDEV_BUILD_DEPENDS=		${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
 .include <bsd.port.options.mk>
 



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