]> git.lyx.org Git - lyx.git/commit
Fix boost packaging
authorGeorg Baum <baum@lyx.org>
Wed, 15 Jun 2016 20:21:21 +0000 (22:21 +0200)
committerGeorg Baum <baum@lyx.org>
Wed, 15 Jun 2016 20:21:21 +0000 (22:21 +0200)
commitd32f8f326a01ca9257667ff3cf5c2e103f3b5596
tree06c1be8880cfded52980cf855abeacca97a65858
parente307944d18afe743c4c26dee2dc281c490617800
Fix boost packaging

icu.{hpp,cpp} is not needed and cannot be compiled since it depends on libicu.
The other two files are currently not used, but could be in principle, so I
added them to the build.
3rdparty/boost/Makefile.am
3rdparty/boost/boost/regex/icu.hpp [deleted file]
3rdparty/boost/extract.sh
3rdparty/boost/libs/regex/src/CMakeLists.txt
3rdparty/boost/libs/regex/src/icu.cpp [deleted file]