svn commit: r364236 - head/x11-drivers/xf86-video-scfb
Adam Weinberger
adamw at FreeBSD.org
Thu Aug 7 00:03:33 UTC 2014
Author: adamw
Date: Thu Aug 7 00:03:33 2014
New Revision: 364236
URL: http://svnweb.freebsd.org/changeset/ports/364236
QAT: https://qat.redports.org/buildarchive/r364236/
Log:
Add USE_XORG=inputproto.
CC scfb_driver.lo
In file included from scfb_driver.c:53:
In file included from /usr/local/include/xorg/xf86.h:46:
In file included from /usr/local/include/xorg/xf86str.h:39:
In file included from /usr/local/include/xorg/scrnintstr.h:58:
/usr/local/include/xorg/dix.h:57:10: fatal error: 'X11/extensions/XI.h' file not found
#include <X11/extensions/XI.h>
Modified:
head/x11-drivers/xf86-video-scfb/Makefile
Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile Wed Aug 6 23:57:20 2014 (r364235)
+++ head/x11-drivers/xf86-video-scfb/Makefile Thu Aug 7 00:03:33 2014 (r364236)
@@ -16,6 +16,6 @@ GH_COMMIT= bdeb3bf
GNU_CONFIGURE= yes
USES= libtool pkgconfig
-USE_XORG= xorg-server xproto
+USE_XORG= xorg-server xproto inputproto
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list