[Libreoffice-commits] libvisio.git: src/lib

David Tardon dtardon at redhat.com
Sun Aug 30 05:00:02 PDT 2015


 src/lib/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2968c3dff8572b4734cb42c7bd5b00222f7fb288
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Aug 30 13:59:23 2015 +0200

    fix build with boost 1.59
    
    Change-Id: I21eebdfa99d379e57949bfe4bf7eb83aec16f916

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index dc0f8fd..6946b0a 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -22,6 +22,7 @@ generated_files = \
 	$(top_builddir)/src/lib/tokens.h \
 	$(top_builddir)/src/lib/tokenhash.h
 
+libvisio_ at VSD_MAJOR_VERSION@_ at VSD_MINOR_VERSION@_la_CPPFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED
 libvisio_ at VSD_MAJOR_VERSION@_ at VSD_MINOR_VERSION@_la_LIBADD  = $(LIBVISIO_LIBS) @LIBVISIO_WIN32_RESOURCE@
 libvisio_ at VSD_MAJOR_VERSION@_ at VSD_MINOR_VERSION@_la_DEPENDENCIES = @LIBVISIO_WIN32_RESOURCE@
 libvisio_ at VSD_MAJOR_VERSION@_ at VSD_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined


More information about the Libreoffice-commits mailing list