ORBit2: broken

This commit is contained in:
maxice8 2018-11-27 20:18:12 -02:00
parent 26cee3c960
commit 2d1a58af19
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -12,8 +12,9 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://projects.gnome.org/ORBit2/" homepage="http://projects.gnome.org/ORBit2/"
distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2" distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2"
checksum=55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550 checksum=55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
broken="undefined reference to ORBit_CosNaming_NamingContextExt_create"
if [ -n "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" ORBit2" hostmakedepends+=" ORBit2"
make_build_args+=" IDL_COMPILER=/usr/bin/orbit-idl-2" make_build_args+=" IDL_COMPILER=/usr/bin/orbit-idl-2"
configure_args+=" ac_cv_alignof_CORBA_boolean=${ac_cv_alignof_CORBA_boolean=1}" configure_args+=" ac_cv_alignof_CORBA_boolean=${ac_cv_alignof_CORBA_boolean=1}"