From c772a705045ed84a715ba30297dc3a874527867b Mon Sep 17 00:00:00 2001 From: RwN Date: Wed, 22 Oct 2025 06:43:57 +0900 Subject: mail/mu: Update to 1.12.13 and take maintainership Changelog: https://github.com/djcb/mu/blob/v1.12.13/NEWS.org PR: 289593 Reported by: RwN (new maintainer) Tested by: Trenton Schulz Approved by: hrs (previous maintainer, timeout >5 weeks) --- mail/mu/files/patch-configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 mail/mu/files/patch-configure.ac (limited to 'mail/mu/files/patch-configure.ac') diff --git a/mail/mu/files/patch-configure.ac b/mail/mu/files/patch-configure.ac deleted file mode 100644 index 19771e805d8c..000000000000 --- a/mail/mu/files/patch-configure.ac +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.ac.orig 2022-12-06 08:23:41 UTC -+++ configure.ac -@@ -134,13 +134,13 @@ PKG_PROG_PKG_CONFIG(0.28) # latest version in buildroo - m4_ifndef([PKG_PROG_PKG_CONFIG], - [m4_fatal([please install pkg-config >= 0.28 before running autoconf/autogen])]) - PKG_PROG_PKG_CONFIG(0.28) # latest version in buildroot --AS_IF([test -z "$PKG_CONFIG"], -+AS_IF([test -z "$PKG_CONFIG"],[ - AC_MSG_ERROR([ - *** pkg-config with version >= 0.28 could not be found. - *** - *** Make sure it is in your path, or set the PKG_CONFIG environment variable - *** to the full path to pkg-config.]) --) -+]) - - # glib2? - PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.58 gobject-2.0 gio-2.0) -- cgit v1.2.3