aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-05-22 13:08:54 +0000
committerClement Laforet <clement@FreeBSD.org>2005-05-22 13:08:54 +0000
commitad188b34ab3eec14eae3365fb8de2a7bf94e19bd (patch)
treeed54f94a71077c4ef4f1ac198a95d07ab86f4294 /net/unfs3
parent9f09248308f63cd9413df0919c40bedb78dd260f (diff)
downloadports-ad188b34ab3eec14eae3365fb8de2a7bf94e19bd.tar.gz
ports-ad188b34ab3eec14eae3365fb8de2a7bf94e19bd.zip
- Unbreak on 4.x
Notes
Notes: svn path=/head/; revision=135846
Diffstat (limited to 'net/unfs3')
-rw-r--r--net/unfs3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index bbbc6e6cc5a4..6c15d11cec6a 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --enable-cluster
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+CFLAGS+= -DHAVE_SYS_MOUNT_H=1
.endif
.include <bsd.port.post.mk>