FreeBSD Bugzilla – Attachment 166859 Details for
Bug 207073
editors/openoffice-devel: fix build with boost 1.60
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
openoffice-devel.patch (text/plain), 1.35 KB, created by
Dmitry Marakasov
on 2016-02-11 00:07:34 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-02-11 00:07:34 UTC
Size:
1.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 407069) >+++ Makefile (working copy) >@@ -55,7 +55,6 @@ > ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ > zip:${PORTSDIR}/archivers/zip \ > ant:${PORTSDIR}/devel/apache-ant \ >- ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ > dmake:${PORTSDIR}/devel/dmake \ > epm:${PORTSDIR}/devel/epm \ > ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ >@@ -72,6 +71,7 @@ > p5-libwww>=0:${PORTSDIR}/www/p5-libwww > LIB_DEPENDS= \ > libapr-1.so:${PORTSDIR}/devel/apr1 \ >+ libboost_system.so:${PORTSDIR}/devel/boost-libs \ > libnspr4.so:${PORTSDIR}/devel/nspr \ > libcurl.so:${PORTSDIR}/ftp/curl \ > libcairo.so:${PORTSDIR}/graphics/cairo \ >Index: files/patch-sdext_source_pdfimport_makefile.mk >=================================================================== >--- files/patch-sdext_source_pdfimport_makefile.mk (nonexistent) >+++ files/patch-sdext_source_pdfimport_makefile.mk (working copy) >@@ -0,0 +1,11 @@ >+--- sdext/source/pdfimport/makefile.mk.orig 2014-09-19 18:16:25 UTC >++++ sdext/source/pdfimport/makefile.mk >+@@ -68,7 +68,7 @@ SHL1STDLIBS=\ >+ $(CPPUHELPERLIB) \ >+ $(ZLIB3RDLIB) \ >+ $(CPPULIB) \ >+- $(SALLIB) >++ $(SALLIB) -lboost_system >+ >+ .IF "$(GUI)" == "UNX" >+ SHL1STDLIBS+=-lbasegfx_s
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207073
:
166825
| 166859