summaryrefslogtreecommitdiff
path: root/net-ftp/yafc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-07 11:57:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-07 11:57:01 +0000
commitb3fef92e618039dc93153a93176184a49606c74a (patch)
treead9ab32cccd1125450feb872dd493ae07b6f4ffd /net-ftp/yafc/files
parent32f67cc4163d5c6e094345e920ada52367df5f5f (diff)
gentoo auto-resync : 07:03:2023 - 11:57:00
Diffstat (limited to 'net-ftp/yafc/files')
-rw-r--r--net-ftp/yafc/files/yafc-1.3.7-fix-autoreconf.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-ftp/yafc/files/yafc-1.3.7-fix-autoreconf.patch b/net-ftp/yafc/files/yafc-1.3.7-fix-autoreconf.patch
new file mode 100644
index 000000000000..d59e8be4a1b1
--- /dev/null
+++ b/net-ftp/yafc/files/yafc-1.3.7-fix-autoreconf.patch
@@ -0,0 +1,15 @@
+Pascal Jäger <pascal.jaeger@leimstift.de> (2022-12-10)
+
+--- a/m4/glib-gettext.m4
++++ b/m4/glib-gettext.m4
+@@ -36,8 +36,8 @@ dnl We go to great lengths to make sure that aclocal won't
+ dnl try to pull in the installed version of these macros
+ dnl when running aclocal in the glib directory.
+ dnl
+-m4_copy([AC_DEFUN],[glib_DEFUN])
+-m4_copy([AC_REQUIRE],[glib_REQUIRE])
++m4_copy_force([AC_DEFUN],[glib_DEFUN])
++m4_copy_force([AC_REQUIRE],[glib_REQUIRE])
+ dnl
+ dnl At the end, if we're not within glib, we'll define the public
+ dnl definitions in terms of our private definitions.