From 877ea43c01e1c760a60b9f4690a63f91375773ad Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Sep 2007 11:01:00 +0000 Subject: Mark as broken with gcc4.2 on 64-bits archs. --- security/bjorb/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'security/bjorb') diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index e8366c253ad6..3a50b3ef8511 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -40,6 +40,12 @@ EXAMPLES= doc/sample/bjorb.conf.doc .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + post-install: @${INSTALL_SCRIPT} ${DOCSRC}/doc/sample/bjorb.sh ${PREFIX}/etc/rc.d/bjorb.sh.sample .if !defined(NOPORTDOCS) -- cgit