lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libvisio: Boost 1.59 compat

+6
+6
pkgs/development/libraries/libvisio/default.nix
··· 13 13 nativeBuildInputs = [ pkgconfig ]; 14 14 buildInputs = [ boost libwpd libwpg zlib gperf librevenge libxml2 icu perl ]; 15 15 16 + # Boost 1.59 compatability fix 17 + # Attempt removing when updating 18 + postPatch = '' 19 + sed -i 's,^CPPFLAGS.*,\0 -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED,' src/lib/Makefile.in 20 + ''; 21 + 16 22 configureFlags = [ 17 23 "--disable-werror" 18 24 "--disable-tests"