diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-07 06:16:24 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-07 06:16:24 +0000 |
commit | 3e5ddc993ba30bb2237ea4758881eff859d17bd0 (patch) | |
tree | 91db4baedb75512e3c60a18604bc2c01f4a96d45 /comms | |
parent | 59da2867f7c0653453a9230e55a79e479a4bb550 (diff) | |
download | FreeBSD-ports-3e5ddc993ba30bb2237ea4758881eff859d17bd0.zip FreeBSD-ports-3e5ddc993ba30bb2237ea4758881eff859d17bd0.tar.gz |
Mark as broken on 5.x. Maintainer's address currently bounces.
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 dd6aebb..f6b8032 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 |