aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-08 11:48:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-08 11:48:40 +0000
commit00abedafae5942956d5ad775c18c0b107935b9c4 (patch)
tree3c4379648ae5b94eed300cb0c611e3b4c8b254bb /x11-drivers
parent75e6e8f2df3620d40aecd42c980b021670fce6c4 (diff)
downloadports-00abedafae5942956d5ad775c18c0b107935b9c4.tar.gz
ports-00abedafae5942956d5ad775c18c0b107935b9c4.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
Notes
Notes: svn path=/head/; revision=347480
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-magictouch/Makefile2
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)