diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:36:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:36:14 +0000 |
commit | 69a61f3c4bbe020470dd9fa16c693e74fb7c1550 (patch) | |
tree | 067eb23be86e3db7da7a4519b83a754886063c72 /net-im/libjingle | |
parent | 35659c4fc16f50f6869565e33d2f36c051fb1cf1 (diff) | |
download | ports-69a61f3c4bbe020470dd9fa16c693e74fb7c1550.tar.gz ports-69a61f3c4bbe020470dd9fa16c693e74fb7c1550.zip |
Notes
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 40eb31d25224..b6c9605c92a7 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -82,6 +82,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 +.endif + LDFLAGS+=-L${LOCALBASE}/lib -L${OPENSSLLIB} ${PTHREAD_LIBS} PKG_CONFIG?=${LOCALBASE}/bin/pkg-config |