aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-17 05:27:49 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-17 05:27:49 +0800
commit7c7b136a817b9b532e73c03466c0d73fe8cf0f04 (patch)
treed22983f2137aec89f3149e9b356d3b6b6c72f11c /net-im
parent7b0a1f64ea7d2d02acdd4f53f75bb99993a07a01 (diff)
downloadfreebsd-ports-gnome-7c7b136a817b9b532e73c03466c0d73fe8cf0f04.tar.gz
freebsd-ports-gnome-7c7b136a817b9b532e73c03466c0d73fe8cf0f04.tar.zst
freebsd-ports-gnome-7c7b136a817b9b532e73c03466c0d73fe8cf0f04.zip
Mark broken on 4.X/5.X: fails to compile.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libjingle/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile
index 84383eab4462..21e66e237079 100644
--- a/net-im/libjingle/Makefile
+++ b/net-im/libjingle/Makefile
@@ -93,6 +93,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+BROKEN= does not compile on 4.X or 5.X
+.endif
+
LDFLAGS+=-L${LOCALBASE}/lib -L${OPENSSLLIB} ${PTHREAD_LIBS}
PKG_CONFIG?=${LOCALBASE}/bin/pkg-config