diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mwavem/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index dd6aebb8649c..f6b803239336 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -44,6 +44,10 @@ LIB_DEPENDS= lthread.${LTHREADVERSION}:${PORTSDIR}/devel/linuxthreads EXTRA_PATCHES!= ${ECHO_CMD} ${PKGDIR}/files.5/patch-* .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C code)" +.endif + pre-build: ${REINPLACE_CMD} -e "s@ /modules@ ${PREFIX}/share/mwavem@g" \ ${WRKSRC}/src/drivers/Makefile |