aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gearmand
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-02-03 04:35:22 +0800
committerpav <pav@FreeBSD.org>2012-02-03 04:35:22 +0800
commitd746c8834692319e88a42c2e6c843eb8495c6f1f (patch)
tree171a2cd18efd256129a3ce35c85893ba393f388a /devel/gearmand
parent11cdac1f08bca2fd876aeb179b36c2be3249bd1e (diff)
downloadfreebsd-ports-gnome-d746c8834692319e88a42c2e6c843eb8495c6f1f.tar.gz
freebsd-ports-gnome-d746c8834692319e88a42c2e6c843eb8495c6f1f.tar.zst
freebsd-ports-gnome-d746c8834692319e88a42c2e6c843eb8495c6f1f.zip
- Mark BROKEN on 7.X: does not compile
libtest/test.cc: In function 'int main(int, char**)': libtest/test.cc:116: error: 'sigignore' was not declared in this scope gmake[1]: *** [libtest/libtest_libtest_la-test.lo] Error 1 Reported by: pointyhat
Diffstat (limited to 'devel/gearmand')
-rw-r--r--devel/gearmand/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index 824662cbc97d..b6f4fb146195 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -191,6 +191,10 @@ MAN8= gearmand.8
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.X
+.endif
+
# This hack is required for the test programs invoked by configure,
# in the event that libmemcached was compiled with SASL support.
.if exists(${LOCALBASE}/lib/libsasl.so)