pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc
>> Module Name: pkgsrc
>> Committed By: adam
>> Date: Fri Aug 14 07:54:04 UTC 2015
>>
>> Modified Files:
>> pkgsrc/devel/boost-build: PLIST buildlink3.mk
>> pkgsrc/devel/boost-docs: Makefile
>> pkgsrc/devel/boost-headers: PLIST buildlink3.mk
>> pkgsrc/devel/boost-jam: buildlink3.mk
>> pkgsrc/devel/boost-libs: buildlink3.mk
>> pkgsrc/meta-pkgs/boost: Makefile.common distinfo
>> pkgsrc/meta-pkgs/boost/patches: patch-aq
>> patch-boost_config_stdlib_libcpp.hpp
>> Removed Files:
>> pkgsrc/meta-pkgs/boost/patches: patch-boost_context_detail_config.hpp
>> patch-libs_log_src_timestamp.cpp
>> patch-tools_build_src_tools_gcc.jam
>> patch-tools_build_src_tools_gcc.py
>>
>> Log Message:
>> Changes 1.59.0:
>
> This seems to have broken converters/librevenge, the libwpd build now
> fails with:
>
> /data/scratch/converters/libwpd/work/.buildlink/lib/librevenge-0.0.so:
> undefined
> reference to `boost::system::system_category()'
>
> Joerg
To fix, apply the patch below.
I'm on holiday until 28 August.
Cheers :)
Adam
===================================================================
RCS file: /cvsroot/pkgsrc/converters/librevenge/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 2 Feb 2015 10:15:47 -0000 1.3
+++ Makefile 15 Aug 2015 18:38:59 -0000
@@ -24,6 +24,8 @@
PKGCONFIG_OVERRIDE+= librevenge-stream.pc.in
PKGCONFIG_OVERRIDE+= librevenge.pc.in
+LIBS+= -lboost_system
+
#.include "../../mk/compiler.mk"
#.if !empty(PKGSRC_COMPILER:Mclang)
#CWRAPPERS_APPEND.cxx+= -Wno-error=unused-local-typedef \
@@ -32,6 +34,7 @@
#.endif
.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/cppunit/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index