From 75570c26da0ad9f35b09caa43b8cea46acc03c20 Mon Sep 17 00:00:00 2001 From: landry Date: Fri, 21 Dec 2012 17:59:00 +0000 Subject: [PATCH] Mark as BROKEN-hppa: it never built there. Probably missing atomic ops ? src/include/tbb/machine/gcc_generic.h:97: error: '__TBB_atomic' does not name a type src/include/tbb/machine/gcc_generic.h:99: error: '__TBB_machine_try_lock_byte' declared as an 'inline' variable src/include/tbb/machine/gcc_generic.h:99: error: '__TBB_atomic_flag' was not declared in this scope etc etc --- graphics/openimageio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index a726253916c..ffae9c5766f 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/05/09 12:42:06 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2012/12/21 17:59:00 landry Exp $ SHARED_ONLY = Yes COMMENT = library for reading and writing images +BROKEN-hppa = missing atomic ops MAJ = 1.0 V = ${MAJ}.4