diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:08:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:08:40 +0000 |
commit | 846c7d2561cbddac32fd3f43f6f0ceba206f7377 (patch) | |
tree | 8b89a18b361bba4d0a4d23580a4599adac304fde /net-im/libjingle | |
parent | BROKEN on 6.x: Incorrect pkg-plist (diff) |
BROKEN on 7.0: Does not compile
Notes
Notes:
svn path=/head/; revision=173196
Diffstat (limited to 'net-im/libjingle')
-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 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 |