aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-04-24 02:36:38 +0800
committernetchild <netchild@FreeBSD.org>2006-04-24 02:36:38 +0800
commit3bf78a79cd5c29e1432b32d1f3bc6e2f7ca09270 (patch)
tree341e28e0f6e80d5c631faf948e356dc3285667d1 /net
parent91ff264d08e4cc3aa5f334d2bebf3b23525907c0 (diff)
downloadfreebsd-ports-gnome-3bf78a79cd5c29e1432b32d1f3bc6e2f7ca09270.tar.gz
freebsd-ports-gnome-3bf78a79cd5c29e1432b32d1f3bc6e2f7ca09270.tar.zst
freebsd-ports-gnome-3bf78a79cd5c29e1432b32d1f3bc6e2f7ca09270.zip
Due to a missing symbol in the default thread library on sparc64 in
OSVERSION <= 700003, configure breaks with a linker error during the detection of libpt from devel/pwlib. - mark it as BROKEN for this particular case PR: 96169 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Commit log by: Joerg Pulz Reported by: pointyhat errorlogs Discussed on: freebsd-threads@, freebsd-sparc64@ Review and test on: RELENG_6_1 i386, amd64, sparc64 CURRENT i386, amd64
Diffstat (limited to 'net')
-rw-r--r--net/gnomemeeting/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile
index fee62ef3b004..b6c57c93e682 100644
--- a/net/gnomemeeting/Makefile
+++ b/net/gnomemeeting/Makefile
@@ -46,6 +46,10 @@ MAN1= gnomemeeting.1
.include <bsd.port.pre.mk>
+if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
+BROKEN= configure fails due to missing symbol in default thread library
+.endif
+
.if (${WANT_OPENLDAP_VER} == "23")
LDAP_CPPFLAGS= -DLDAP_DEPRECATED
.endif