From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../files/bluefish-2.2.9-charmap_configure.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-editors/bluefish/files/bluefish-2.2.9-charmap_configure.patch (limited to 'app-editors/bluefish/files') diff --git a/app-editors/bluefish/files/bluefish-2.2.9-charmap_configure.patch b/app-editors/bluefish/files/bluefish-2.2.9-charmap_configure.patch new file mode 100644 index 000000000000..0e97e38c59f5 --- /dev/null +++ b/app-editors/bluefish/files/bluefish-2.2.9-charmap_configure.patch @@ -0,0 +1,29 @@ +--- bluefish-2.2.9/configure.ac ++++ bluefish-2.2.9/configure.ac +@@ -504,7 +504,15 @@ + AC_MSG_RESULT([no]) + fi + ++AC_ARG_WITH( ++ [charmap], ++ AC_HELP_STRING( ++ [--with-charmap], ++ [Build the charmap plugin if gucharmap is available @<:@default=yes@:>@] ++ ) ++) + ++if test "x$with_charmap" != "xno"; then + # optionally build the charmap plugin if gucharmap is available + AC_MSG_NOTICE([checking for optional libgucharmap development files]) + if test "x$with_gtk3" != "xno"; then +@@ -544,6 +552,10 @@ + )] + ) + fi ++else ++ build_charmap_plugin=no ++ AC_MSG_WARN([Disabling the building of the charmap plugin.]) ++fi + AM_CONDITIONAL([ENABLE_CHARMAP_PLUGIN], [test "x$build_charmap_plugin" = "xyes"]) + + AC_SEARCH_LIBS([log10], [m]) -- cgit v1.2.3