diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-30 07:49:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-30 07:49:02 +0000 |
commit | 0197ea481042b477d362eef21c9b99e264801462 (patch) | |
tree | 8ae8715f76dd680fd59ba5e3353be110b6c14214 /net-im/libjingle | |
parent | 46eea3c6d2248aab2fd95f2da6ce9ddf8fc6925e (diff) | |
download | ports-0197ea481042b477d362eef21c9b99e264801462.tar.gz ports-0197ea481042b477d362eef21c9b99e264801462.zip |
Notes
Diffstat (limited to 'net-im/libjingle')
-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 |