From 2d1a58af193a0558528e9e419608005dd6bd1a84 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 27 Nov 2018 20:18:12 -0200 Subject: [PATCH] ORBit2: broken --- srcpkgs/ORBit2/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ORBit2/template b/srcpkgs/ORBit2/template index b7aada4e39..a619eb3008 100644 --- a/srcpkgs/ORBit2/template +++ b/srcpkgs/ORBit2/template @@ -12,8 +12,9 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later" homepage="http://projects.gnome.org/ORBit2/" distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2" checksum=55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550 +broken="undefined reference to ORBit_CosNaming_NamingContextExt_create" -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" ORBit2" make_build_args+=" IDL_COMPILER=/usr/bin/orbit-idl-2" configure_args+=" ac_cv_alignof_CORBA_boolean=${ac_cv_alignof_CORBA_boolean=1}"