Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296777 Details for
Bug 392295
app-editors/bluefish-2.2.0: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch for gucharmar automagic
bluefish-2.2.0-gucharmap-automagic.patch (text/plain), 1.03 KB, created by
Rafał Mużyło
on 2011-12-23 20:15:15 UTC
(
hide
)
Description:
updated patch for gucharmar automagic
Filename:
MIME Type:
Creator:
Rafał Mużyło
Created:
2011-12-23 20:15:15 UTC
Size:
1.03 KB
patch
obsolete
>--- configure.ac 2011-11-06 03:11:55.000000000 +0100 >+++ configure.ac 2011-12-23 20:41:41.961709186 +0100 >@@ -475,8 +475,19 @@ > > > # optionally build the charmap plugin if gucharmap is available >+AC_ARG_ENABLE( >+ [charmap], >+ AS_HELP_STRING( >+ [--enable-charmap], >+ [enable (or disable) the charmap plugin needs gucharmap @<:@default=no@:>@] >+ ) >+) >+ >+AS_IF([test "x$enable_charmap" = "xyes"], >+[ > AC_MSG_CHECKING([for optional libgucharmap development files]) >-if test "x$have_gtk3" = "xyes"; then >+AS_IF([test "x$have_gtk3" = "xyes"], >+[ > PKG_CHECK_MODULES( > [CHARMAP_PLUGIN], > [gucharmap-2.90], >@@ -490,7 +501,8 @@ > AC_MSG_WARN([Install gucharmap/gucharmap2.90 (>= 2.90) library/headers to build the plugin.]) > ] > ) >-else >+], >+[ > PKG_CHECK_MODULES( > [CHARMAP_PLUGIN], > [gucharmap-2], >@@ -512,7 +524,13 @@ > ] > )] > ) >-fi >+]) >+], >+[ >+build_charmap_plugin=no >+AC_MSG_NOTICE([Disable building charmap plugin.]) >+]) >+ > AM_CONDITIONAL([ENABLE_CHARMAP_PLUGIN], [test "x$build_charmap_plugin" = "xyes"]) > > AC_SEARCH_LIBS([log10], [m])
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 392295
: 296777 |
296779