diff options
author | pav <pav@FreeBSD.org> | 2010-07-24 04:14:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-07-24 04:14:25 +0800 |
commit | d81079daeafa4ee776b4a6c21d2c69c8f7ea0f6b (patch) | |
tree | a39cb2cc3f1126c19470b1933c6530c9ccd61370 /x11-drivers | |
parent | 17c0043e8a62de68b7cc480473a16e8d6beda068 (diff) | |
download | freebsd-ports-gnome-d81079daeafa4ee776b4a6c21d2c69c8f7ea0f6b.tar.gz freebsd-ports-gnome-d81079daeafa4ee776b4a6c21d2c69c8f7ea0f6b.tar.zst freebsd-ports-gnome-d81079daeafa4ee776b4a6c21d2c69c8f7ea0f6b.zip |
- Mark BROKEN on 6.X: does not compile
cc1: error: unrecognized command line option "-fvisibility=hidden"
Reported by: pointyhat
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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/ |