Continuing with my ARM cross-build. In X11/libart, patch 'config.patch.cross' fails, it is designed for an older version of libart.
Here is a patch that works: diff -Naur libart_lgpl-2.3.21-VANILLA/Makefile.in libart_lgpl-2.3.21/Makefile.in --- libart_lgpl-2.3.21-VANILLA/Makefile.in 2010-04-01 13:39:49.000000000 +0000 +++ libart_lgpl-2.3.21/Makefile.in 2011-11-04 18:25:37.000000000 +0000 @@ -1001,7 +1001,7 @@ art_config.h: - ./gen_art_config.sh > art_config.h + touch art_config.h @OS_WIN32_TRUE@install-libtool-import-lib: @OS_WIN32_TRUE@ $(INSTALL) .libs/libart_lgpl_2.dll.a $(DESTDIR)$(libdir) Regards, Barry Kauler ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
