diff options
-rw-r--r-- | net-im/libjingle/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index 21e66e2..d3b4e65 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 |