aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-03-07 04:36:14 +0800
committerkris <kris@FreeBSD.org>2006-03-07 04:36:14 +0800
commit18cb63cb018417d9b72393b65732c3e3ad8d602b (patch)
tree1013d87a6557b211cc2a76ba8867955f76358059 /net-im
parent934bed5f0666b0e4614198bd1f701cc8b25d1e38 (diff)
downloadfreebsd-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/Makefile4
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