Author: igor Date: Tue Nov 19 02:16:30 2013 New Revision: 2768 Log: liborcus fixes
Added: trunk/liborcus/ trunk/liborcus/liborcus-0.5.1-linking-1.patch trunk/liborcus/liborcus-0.5.1-mdds-1.patch Added: trunk/liborcus/liborcus-0.5.1-linking-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/liborcus/liborcus-0.5.1-linking-1.patch Tue Nov 19 02:16:30 2013 (r2768) @@ -0,0 +1,19 @@ +Submitted By: Igor Živković <cont...@igor-zivkovic.from.hr> +Date: 2013-10-11 +Initial Package Version: 0.5.1 +Upstream Status: Unknown +Origin: Gentoo +Description: Fixes linking with Boost libraries. + +diff -Naur liborcus-0.5.1.orig/src/parser/Makefile.am liborcus-0.5.1/src/parser/Makefile.am +--- liborcus-0.5.1.orig/src/parser/Makefile.am 2013-04-12 16:25:03.000000000 +0200 ++++ liborcus-0.5.1/src/parser/Makefile.am 2013-10-09 18:04:16.214339489 +0200 +@@ -20,7 +20,7 @@ + + liborcus_parser_@ORCUS_API_VERSION@_la_LDFLAGS = -no-undefined + liborcus_parser_@ORCUS_API_VERSION@_la_LIBADD = \ +- $(ZLIB_LIBS) ++ $(BOOST_SYSTEM_LIB) $(ZLIB_LIBS) + + EXTRA_PROGRAMS = \ + parser-test-string-pool \ Added: trunk/liborcus/liborcus-0.5.1-mdds-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/liborcus/liborcus-0.5.1-mdds-1.patch Tue Nov 19 02:16:30 2013 (r2768) @@ -0,0 +1,19 @@ +Submitted By: Igor Živković <cont...@igor-zivkovic.from.hr> +Date: 2013-10-11 +Initial Package Version: 0.5.1 +Upstream Status: Unknown +Origin: Gentoo +Description: Fixes building with the latest mdds. + +diff -Naur liborcus-0.5.1.orig/src/spreadsheet/sheet.cpp liborcus-0.5.1/src/spreadsheet/sheet.cpp +--- liborcus-0.5.1.orig/src/spreadsheet/sheet.cpp 2013-04-10 21:43:07.000000000 +0200 ++++ liborcus-0.5.1/src/spreadsheet/sheet.cpp 2013-10-09 17:46:18.196256127 +0200 +@@ -734,7 +734,7 @@ + con.build_tree(); + + size_t index; +- if (!con.search_tree(col, index)) ++ if (!con.search_tree(col, index).second) + return 0; + + return index; -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page