Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74550 Details for
Bug 115268
baghira 0.7 fails to build and install the konqueror sidebar
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against configure.in
configure.in.patch (text/plain), 947 bytes, created by
David Bitseff
on 2005-12-11 22:52:45 UTC
(
hide
)
Description:
patch against configure.in
Filename:
MIME Type:
Creator:
David Bitseff
Created:
2005-12-11 22:52:45 UTC
Size:
947 bytes
patch
obsolete
>--- configure.in.orig 2005-12-11 22:13:52.000000000 -0800 >+++ configure.in 2005-12-11 22:14:12.000000000 -0800 >@@ -73,13 +73,13 @@ > dnl FILE: ./kickermenu/configure.in.in > dnl ======================================================= > >-AM_CONDITIONAL( HAVE_3_4, test "$(kde-config --version | grep "KDE:" | cut -d" " -f2 | cut -d"." -f2)" = "4" ) >+AM_CONDITIONAL( HAVE_3_4, test "$(kde-config --version | grep "KDE:" | cut -d" " -f2 | cut -d"." -f2)" -ge "4" ) > > dnl ======================================================= > dnl FILE: ./sidebar/configure.in.in > dnl ======================================================= > >-AM_CONDITIONAL( HAVE_3_4, test "$(kde-config --version | grep "KDE:" | cut -d" " -f2 | cut -d"." -f2)" = "4" ) >+AM_CONDITIONAL( HAVE_3_4, test "$(kde-config --version | grep "KDE:" | cut -d" " -f2 | cut -d"." -f2)" -ge "4" ) > > dnl ======================================================= > dnl FILE: ./style/configure.in.in
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 115268
: 74550 |
74552