#14189: libreoffice-7.0.3.1
-------------------------+-----------------------
 Reporter:  bdubbs       |       Owner:  renodr
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  10.1
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by renodr):

 Another icu-68 related problem is encountered in libcdr. I've fixed it in
 a similar way:

 {{{
 libcdr_utils.cpp: In function ‘short unsigned int
 {anonymous}::getEncoding(const unsigned char*, unsigned int)’:
 libcdr_utils.cpp:111:35: error: ‘TRUE’ was not declared in this scope
   111 |     ucsdet_enableInputFilter(csd, TRUE);
 }}}

 {{{
 sed -i 29a\
 '\\t\t&&sed -i "s/TRUE/true/g" src/lib/libcdr_utils.cpp \\' \
 external/libcdr/ExternalProject_libcdr.mk
 }}}

 Note that the tarballs for the external projects are downloaded to
 external/tarballs. There has to be an '&&' there in order for the sed to
 work because otherwise it gets pulled into the export in the previous
 line.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/14189#comment:7>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to