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}"