aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-05-22 21:08:54 +0800
committerclement <clement@FreeBSD.org>2005-05-22 21:08:54 +0800
commit71a3a66a7dca5d33c22ec9403b7b625857d576b5 (patch)
tree7413efdc5c6b75688bb9efe49c5308ce003415c8 /net
parentefedea1b124f91c4dd05673305eeae8e20a50549 (diff)
downloadfreebsd-ports-gnome-71a3a66a7dca5d33c22ec9403b7b625857d576b5.tar.gz
freebsd-ports-gnome-71a3a66a7dca5d33c22ec9403b7b625857d576b5.tar.zst
freebsd-ports-gnome-71a3a66a7dca5d33c22ec9403b7b625857d576b5.zip
- Unbreak on 4.x
Diffstat (limited to 'net')
-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>