From d81079daeafa4ee776b4a6c21d2c69c8f7ea0f6b Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 23 Jul 2010 20:14:25 +0000 Subject: - Mark BROKEN on 6.X: does not compile cc1: error: unrecognized command line option "-fvisibility=hidden" Reported by: pointyhat --- x11-drivers/input-wacom/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-drivers') diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index 1f53c5e27afa..7af3852fd706 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -63,6 +63,10 @@ PLIST_SUB+= UWACOMKLD="@noinst UWACOMKLD uwacom.ko" PORTTYPE= serial .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-patch: @${LN} -s ../${LINUXWACOM} ${WRKDIR}/linuxwacom/ -- cgit