diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 19:48:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 19:48:40 +0800 |
commit | 3f5a5048105bb6b0c42c727f11e983e5658f1273 (patch) | |
tree | 3c4379648ae5b94eed300cb0c611e3b4c8b254bb | |
parent | 70fed59d47dab4dd625c0430938fcf9a2a43b29a (diff) | |
download | freebsd-ports-gnome-3f5a5048105bb6b0c42c727f11e983e5658f1273.tar.gz freebsd-ports-gnome-3f5a5048105bb6b0c42c727f11e983e5658f1273.tar.zst freebsd-ports-gnome-3f5a5048105bb6b0c42c727f11e983e5658f1273.zip |
Mark BROKEN: Does not compile
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT xf86MagicTouch.lo -MD -MP -MF .deps/xf86MagicTouch.Tpo -c xf86MagicTouch.c -fPIC -DPIC -o .libs/xf86MagicTouch.o
xf86MagicTouch.c:9:10: fatal error: 'xf86Version.h' file not found
#include <xf86Version.h>
^
1 error generated.
Reported by: pkg-fallout
-rw-r--r-- | x11-drivers/xf86-input-magictouch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-magictouch/Makefile b/x11-drivers/xf86-input-magictouch/Makefile index b070fdbd524f..469e03c0c961 100644 --- a/x11-drivers/xf86-input-magictouch/Makefile +++ b/x11-drivers/xf86-input-magictouch/Makefile @@ -8,6 +8,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver +BROKEN= Does not compile + .include <bsd.port.options.mk> .if defined(WITH_NEW_XORG) |