From 71a3a66a7dca5d33c22ec9403b7b625857d576b5 Mon Sep 17 00:00:00 2001 From: clement Date: Sun, 22 May 2005 13:08:54 +0000 Subject: - Unbreak on 4.x --- net/unfs3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index bbbc6e6..6c15d11 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --enable-cluster .include .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +CFLAGS+= -DHAVE_SYS_MOUNT_H=1 .endif .include -- cgit v1.1