svn commit: r488333 - head/devel/sdl20

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 25 18:47:32 UTC 2018


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 at 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>
 


More information about the svn-ports-all mailing list