From f33fb3c31c5f5e6d87b9ffd05fdd3e32f9699a3c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 21 May 2006 21:53:17 +0000 Subject: [PATCH] BROKEN on 7.x: Does not compile --- net-mgmt/ipcad/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile index 740267523e4c..3ec100d3037a 100644 --- a/net-mgmt/ipcad/Makefile +++ b/net-mgmt/ipcad/Makefile @@ -25,6 +25,12 @@ MANCOMPRESSED= no MAN5= ipcad.conf.5 MAN8= ipcad.8 +.include + +.if ${OSVERSION} >= 700015 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + post-patch: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure @@ -35,4 +41,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${MANPREFIX}/man/man5 @${CAT} ${PKGMESSAGE} -.include +.include