diff options
author | kris <kris@FreeBSD.org> | 2006-03-07 04:36:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-07 04:36:14 +0800 |
commit | 18cb63cb018417d9b72393b65732c3e3ad8d602b (patch) | |
tree | 1013d87a6557b211cc2a76ba8867955f76358059 /net-im | |
parent | 934bed5f0666b0e4614198bd1f701cc8b25d1e38 (diff) | |
download | freebsd-ports-gnome-18cb63cb018417d9b72393b65732c3e3ad8d602b.tar.gz freebsd-ports-gnome-18cb63cb018417d9b72393b65732c3e3ad8d602b.tar.zst freebsd-ports-gnome-18cb63cb018417d9b72393b65732c3e3ad8d602b.zip |
BROKEN on !i386: Does not compile
Approved by: portmgr (implicit)
Diffstat (limited to 'net-im')
-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 |