diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-11-29 22:51:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-11-29 22:51:51 +0000 |
commit | 771d8dea530a84e37edb5d657f1d88840bc336cf (patch) | |
tree | 8508d9fda7fbd5275a8e446779f22a27911a13a9 | |
parent | - Mark BROKEN: does not build (diff) |
- Mark BROKEN outside i386: does not build
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=223603
-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 ecd92633eaad..c44261e5efd4 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -95,6 +95,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= does not compile +.endif + LDFLAGS+=-L${LOCALBASE}/lib -L${OPENSSLLIB} ${PTHREAD_LIBS} PKG_CONFIG?=${LOCALBASE}/bin/pkg-config |