diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-31 11:03:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:14 +0200 |
commit | d79931e3af4a448bafcf252accc64ab1dfd53e05 (patch) | |
tree | 89f7f5fe2dd267b121dcae901e7e45c8c77bc510 /package/enchant/patches/patch-src_Makefile_am | |
parent | 05952f8b699f1e76aee7ebca1d3e7a574737908f (diff) |
enchant: update to 2.8.2
Diffstat (limited to 'package/enchant/patches/patch-src_Makefile_am')
-rw-r--r-- | package/enchant/patches/patch-src_Makefile_am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/enchant/patches/patch-src_Makefile_am b/package/enchant/patches/patch-src_Makefile_am new file mode 100644 index 000000000..35b03b11d --- /dev/null +++ b/package/enchant/patches/patch-src_Makefile_am @@ -0,0 +1,12 @@ +--- enchant-2.8.2.orig/src/Makefile.am 2024-04-25 14:23:39.000000000 +0200 ++++ enchant-2.8.2/src/Makefile.am 2025-03-30 13:10:04.475913008 +0200 +@@ -13,9 +13,6 @@ + + AM_CPPFLAGS = -I$(top_srcdir) $(ISYSTEM)$(top_builddir)/libgnu $(ISYSTEM)$(top_srcdir)/libgnu -I$(top_srcdir)/lib $(GLIB_CFLAGS) $(WARN_CFLAGS) -DG_LOG_DOMAIN='"libenchant"' + +-dist_man_MANS = enchant-@ENCHANT_MAJOR_VERSION@.1 enchant-lsmod-@ENCHANT_MAJOR_VERSION@.1 +-nodist_doc_DATA = enchant-@ENCHANT_MAJOR_VERSION@.html enchant-lsmod-@ENCHANT_MAJOR_VERSION@.html +- + edit = sed \ + -e 's|@PKGDATADIR[@]|$(pkgdatadir)|g' \ + -e 's|@SYSCONFDIR[@]|$(sysconfdir)|g' |