aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:59:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:59:41 +0000
commitccd4eff1b49405149cc8a1e3c63c91b60f702921 (patch)
treec769ea8a7b1f42825b281acc0901c94362fa2a02 /net/quagga
parent5757f03eeed24bdada5085da183cd186c3aa99b1 (diff)
downloadports-ccd4eff1b49405149cc8a1e3c63c91b60f702921.tar.gz
ports-ccd4eff1b49405149cc8a1e3c63c91b60f702921.zip
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 661639579093..3373fa23126e 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -44,6 +44,10 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \