Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192837 Details for
Bug 269639
>=app-pda/libopensync-0.35 fails to build with doc useflag due to changed cmake-utils.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix cmake pathes in libopensync-0.36-r1.ebuild
libopensync-0.36-r1-fix-cmake.diff (text/plain), 1.22 KB, created by
Matthias Schwarzott
on 2009-05-29 09:36:00 UTC
(
hide
)
Description:
fix cmake pathes in libopensync-0.36-r1.ebuild
Filename:
MIME Type:
Creator:
Matthias Schwarzott
Created:
2009-05-29 09:36:00 UTC
Size:
1.22 KB
patch
obsolete
>Index: libopensync-0.36-r1.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36-r1.ebuild,v >retrieving revision 1.1 >diff -u -B -r1.1 libopensync-0.36-r1.ebuild >--- libopensync-0.36-r1.ebuild 10 Apr 2009 18:52:55 -0000 1.1 >+++ libopensync-0.36-r1.ebuild 29 May 2009 09:33:09 -0000 >@@ -31,7 +31,7 @@ > > src_unpack() { > unpack $A >- cd $PN-$PV >+ cd "${S}" > epatch "$FILESDIR/libopensync-py2.6.patch" > } > >@@ -45,7 +45,7 @@ > cmake-utils_src_compile > > if use doc ; then >- cd "${WORKDIR}/${PN}_build" >+ cd "${CMAKE_BUILD_DIR}" > doxygen Doxyfile || die "Failed to generate docs." > fi > } >@@ -53,9 +53,9 @@ > src_test() { > echo ">>> Test phase [test]: ${CATEGORY}/${PF}" > >- pushd "${WORKDIR}/${PN}_build" > /dev/null >+ pushd "${CMAKE_BUILD_DIR}" > /dev/null > >- if ! LD_LIBRARY_PATH="${WORKDIR}/${PN}_build/opensync/" emake -j1 test ; then >+ if ! LD_LIBRARY_PATH="${CMAKE_BUILD_DIR}/opensync/" emake -j1 test ; then > die "Make test failed. See above for details." > fi > >@@ -66,7 +66,7 @@ > cmake-utils_src_install > > if use doc ; then >- cd "${WORKDIR}/${PN}_build" >+ cd "${CMAKE_BUILD_DIR}" > dohtml docs/html/* || die "Failed to install docs." > fi > }
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 269639
: 192837