Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171916 Details for
Bug 238967
app-i18n/skim-scim-anthy-1.2.4 - No rule to make target `/bin/kconfig_compiler', needed by `anthy.h'. Stop.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Path that tries to fix kde 3.5 prefix
skim-scim-anthy-1.2.4_fix_kde_path.diff (text/plain), 902 bytes, created by
May THO
on 2008-11-16 00:04:24 UTC
(
hide
)
Description:
Path that tries to fix kde 3.5 prefix
Filename:
MIME Type:
Creator:
May THO
Created:
2008-11-16 00:04:24 UTC
Size:
902 bytes
patch
obsolete
>diff -U3 -r admin.orig/acinclude.m4.in admin/acinclude.m4.in >--- admin.orig/acinclude.m4.in 2006-05-23 15:02:06.000000000 +0200 >+++ admin/acinclude.m4.in 2008-11-15 20:07:22.000000000 +0100 >@@ -184,7 +184,12 @@ > AC_DEFUN([KDE_FIND_PATH], > [ > AC_MSG_CHECKING([for $1]) >- if test -n "$$2"; then >+ >+ kde_prefix=`$KDECONFIG --prefix` >+ >+ if test -f "${kde_prefix}/bin/$1" -a -x "${kde_prefix}/bin/$1"; then >+ kde_cv_path="${kde_prefix}/bin/$1"; >+ elif test -n "$$2"; then > kde_cv_path="$$2"; > else > kde_cache=`echo $1 | sed 'y%./+-%__p_%'` >@@ -1766,6 +1771,11 @@ > AC_CHECK_RPATH > AC_MSG_CHECKING([for KDE]) > >+test "$KDECONFIG" && kde_prefix=`$KDECONFIG --prefix` >+ >+if test -d "${kde_prefix}/include"; then >+ includedir="${kde_prefix}/include" >+fi > if test "${prefix}" != NONE; then > kde_includes=${includedir} > KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
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 238967
:
166705
|
166706
|
167200
| 171916