Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 129630 Details for
Bug 190783
dev-util/kdesvn missing debug USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add the debug USE flag to the ebuild
kdesvn-0.11.2.ebuild.diff (text/plain), 789 bytes, created by
rf
on 2007-08-30 15:28:05 UTC
(
hide
)
Description:
add the debug USE flag to the ebuild
Filename:
MIME Type:
Creator:
rf
Created:
2007-08-30 15:28:05 UTC
Size:
789 bytes
patch
obsolete
>16c16 >< IUSE="" >--- >> IUSE="debug" >33,40c33,44 >< cmake \ >< -DCMAKE_INSTALL_PREFIX=/usr \ >< -DCMAKE_BUILD_TYPE=Release \ >< -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \ >< -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \ >< -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \ >< -DLIB_INSTALL_DIR=/usr/$(get_libdir) \ >< || die >--- >> local myconf="-DCMAKE_INSTALL_PREFIX=/usr \ >> -DCMAKE_BUILD_TYPE=Release \ >> -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \ >> -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \ >> -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \ >> -DLIB_INSTALL_DIR=/usr/$(get_libdir)" >> >> if use debug ; then >> myconf="${myconf} -DCMAKE_BUILD_TYPE=Debug" >> fi >> >> cmake ${myconf} || die
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 190783
: 129630