Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 314453 Details for
Bug 419949
app-office/libreoffice-3.5.4.2-r1 won't build after update to libcmis-0.2.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libcmis-0.2.2-pkgconfig.patch
libcmis-0.2.2-pkgconfig.patch (text/plain), 1.68 KB, created by
Bartosz Brachaczek
on 2012-06-06 17:47:32 UTC
(
hide
)
Description:
libcmis-0.2.2-pkgconfig.patch
Filename:
MIME Type:
Creator:
Bartosz Brachaczek
Created:
2012-06-06 17:47:32 UTC
Size:
1.68 KB
patch
obsolete
>diff -Naur libcmis-0.2.2.orig/configure.ac libcmis-0.2.2/configure.ac >--- libcmis-0.2.2.orig/configure.ac 2012-06-04 18:41:27.000000000 +0200 >+++ libcmis-0.2.2/configure.ac 2012-06-06 19:26:56.512184753 +0200 >@@ -65,12 +65,18 @@ > CXXFLAGS="$CXXFLAGS -Wall -pedantic -Weffc++" > ]) > >+# Output variables for pkgconfig file >+AC_SUBST(INCLUDES) >+AC_SUBST(LIBS_PRIVATE) >+AC_SUBST(REQUIRES_PRIVATE) >+ > # Check for curl > PKG_CHECK_MODULES(CURL,[ > libcurl > ]) > AC_SUBST(CURL_CFLAGS) > AC_SUBST(CURL_LIBS) >+REQUIRES_PRIVATE="$REQUIRES_PRIVATE libcurl" > > # Check for lixml2 > PKG_CHECK_MODULES(XML2,[ >@@ -78,6 +84,7 @@ > ]) > AC_SUBST(XML2_CFLAGS) > AC_SUBST(XML2_LIBS) >+REQUIRES_PRIVATE="$REQUIRES_PRIVATE libxml-2.0" > > # Check for cppunit > AS_IF([test "x$enable_tests" != "xno"], [ >@@ -90,12 +97,15 @@ > m4_pattern_allow([^BOOST_]) > > BOOST_DATE_TIME >+LIBS_PRIVATE="$LIBS_PRIVATE $BOOST_DATE_TIME_LIBS" > BOOST_SMART_PTR >+LIBS_PRIVATE="$LIBS_PRIVATE $BOOST_SMART_PTR_LIBS" > > AS_IF([test "x$enable_client" != "xno"], [ > BOOST_PROGRAM_OPTIONS > ]) > AC_SUBST(BOOST_CPPFLAGS) >+INCLUDES="$CFLAGS_PRIVATE $BOOST_CPPFLAGS" > > # Checks for header files. > AC_CHECK_HEADERS([stdlib.h unistd.h]) >diff -Naur libcmis-0.2.2.orig/libcmis.pc.in libcmis-0.2.2/libcmis.pc.in >--- libcmis-0.2.2.orig/libcmis.pc.in 2011-12-06 14:10:20.000000000 +0100 >+++ libcmis-0.2.2/libcmis.pc.in 2012-06-06 19:38:05.302154937 +0200 >@@ -6,6 +6,8 @@ > Name: libcmis > Description: CMIS protocol client library > Version: @VERSION@ >+Requires.private: @REQUIRES_PRIVATE@ > Libs: -L${libdir} -lcmis-@LIBCMIS_API_VERSION@ >-Cflags: -I${includedir}/libcmis-@LIBCMIS_API_VERSION@ >+Libs.private: @LIBS_PRIVATE@ >+Cflags: -I${includedir}/libcmis-@LIBCMIS_API_VERSION@ @INCLUDES@ >
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 419949
:
314435
|
314443
| 314453