diff options
author | pav <pav@FreeBSD.org> | 2007-03-30 15:49:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-30 15:49:02 +0800 |
commit | 221ae1ad46ed0029ea3ea281797801b2d9fdcc78 (patch) | |
tree | fb0af6711fd05a530b3d834bd0c2c3f1e3ca8f60 /net-im | |
parent | 30ff2cff95db50b0438610d7aab230d33962d1d0 (diff) | |
download | freebsd-ports-gnome-221ae1ad46ed0029ea3ea281797801b2d9fdcc78.tar.gz freebsd-ports-gnome-221ae1ad46ed0029ea3ea281797801b2d9fdcc78.tar.zst freebsd-ports-gnome-221ae1ad46ed0029ea3ea281797801b2d9fdcc78.zip |
- Mark BROKEN: does not compile with new speex
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 |