diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libjingle/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index cbee98fbdf3a..45df56478883 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org COMMENT= Google Talk's implementation of Jingle and Jingle-Audio +BROKEN= does not compile with new speex + BUILD_DEPENDS= \ pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= \ @@ -93,14 +95,6 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -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 |