diff options
author | pav <pav@FreeBSD.org> | 2011-07-18 05:37:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-18 05:37:10 +0800 |
commit | 940d5cf50c4bd90f977aa5a3085571b369ea812e (patch) | |
tree | 6cf2955dcd9a6e2289365d473b4cf495e6d9613b /multimedia | |
parent | e329fc21e8d967ca408fe3680d50ec993cdb0906 (diff) | |
download | freebsd-ports-graphics-940d5cf50c4bd90f977aa5a3085571b369ea812e.tar.gz freebsd-ports-graphics-940d5cf50c4bd90f977aa5a3085571b369ea812e.tar.zst freebsd-ports-graphics-940d5cf50c4bd90f977aa5a3085571b369ea812e.zip |
- Mark BROKEN on 7.X: does not compile
ptx_proc.c:84: error: too few arguments to function 'kthread_exit'
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ptx-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/ptx-kmod/Makefile b/multimedia/ptx-kmod/Makefile index 02fe442fa38..30e8b3cc3a4 100644 --- a/multimedia/ptx-kmod/Makefile +++ b/multimedia/ptx-kmod/Makefile @@ -41,6 +41,10 @@ _KERNCONF?=$K IGNORE= requires kernel source to be installed .endif +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X +.endif + do-install: @${MKDIR} ${PREFIX}/${KMODDIR} ${INSTALL_KLD} ${BUILD_WRKSRC}/ptx.ko ${PREFIX}/${KMODDIR} |