diff options
author | lioux <lioux@FreeBSD.org> | 2006-03-16 02:34:59 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-03-16 02:34:59 +0800 |
commit | b31ec9b1950c22dd2139763c3b9c7291ce870901 (patch) | |
tree | 3d4e8602c0b7dedba7d0d645797d86502a6c208d /net-im/libjingle/Makefile | |
parent | e0c866231418f0daf81690376b843fe63a7df3fe (diff) | |
download | freebsd-ports-gnome-b31ec9b1950c22dd2139763c3b9c7291ce870901.tar.gz freebsd-ports-gnome-b31ec9b1950c22dd2139763c3b9c7291ce870901.tar.zst freebsd-ports-gnome-b31ec9b1950c22dd2139763c3b9c7291ce870901.zip |
o net-im/libjingle source code makes assumptions about some of the
types and the architecture it is being built on.
o Fix such a mistake brought up by the FreeBSD ports' building
cluster on !i386 ARCHs.
o Remove BROKEN status on !i386 ARCHs.
Diffstat (limited to 'net-im/libjingle/Makefile')
-rw-r--r-- | net-im/libjingle/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index b6c9605c92a7..40eb31d25224 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -82,10 +82,6 @@ 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 |