aports/community/rt4/rt-autoconf-version.patch
omni 0d4f241f69 community/rt4: security upgrade to 4.4.7
- sort dependencies alphabetically
- add dependency perl-parallel-forkmanager
- please linter
2024-09-17 13:51:08 +00:00

12 lines
548 B
Diff

--- rt-4.4.7/configure.ac.orig 2024-09-17
+++ rt-4.4.7/configure.ac 2024-09-17
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to p
dnl Setup autoconf
AC_PREREQ([2.59])
-AC_INIT(RT, m4_esyscmd([( git describe --tags || cat ./.tag 2> /dev/null || echo "rt-3.9.EXPORTED" )| tr -d "\n"]), [rt-bugs@bestpractical.com])
+AC_INIT(RT, m4_esyscmd([( cat ./.tag 2> /dev/null || echo "rt-3.9.EXPORTED" )| tr -d "\n"]), [rt-bugs@bestpractical.com])
AC_CONFIG_SRCDIR([lib/RT.pm])
dnl Save our incant early since $@ gets overwritten by some macros.