aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-17 10:08:40 +0800
committerkris <kris@FreeBSD.org>2006-09-17 10:08:40 +0800
commita2dc0d4e84426fe0f41559ccf6058b1839d4a0eb (patch)
tree26407cd0b363ae44e97d92369a5f3c4ae62c9895
parentfdd2304ee9389de87c2e243e67664fe0dabdcd6f (diff)
downloadfreebsd-ports-gnome-a2dc0d4e84426fe0f41559ccf6058b1839d4a0eb.tar.gz
freebsd-ports-gnome-a2dc0d4e84426fe0f41559ccf6058b1839d4a0eb.tar.zst
freebsd-ports-gnome-a2dc0d4e84426fe0f41559ccf6058b1839d4a0eb.zip
BROKEN on 7.0: Does not compile
-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 21e66e237079..d3b4e655fecc 100644
--- a/net-im/libjingle/Makefile
+++ b/net-im/libjingle/Makefile
@@ -97,6 +97,10 @@ post-install:
BROKEN= does not compile on 4.X or 5.X
.endif
+.if ${OSVERSION} >= 700014
+BROKEN= does not compile on FreeBSD >= 7.0
+.endif
+
LDFLAGS+=-L${LOCALBASE}/lib -L${OPENSSLLIB} ${PTHREAD_LIBS}
PKG_CONFIG?=${LOCALBASE}/bin/pkg-config