From d1a0591917268a5543d8faea0c530c7b4470f3aa Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 30 Jun 2017 15:19:54 +0000 Subject: community/rt4: moved from main --- community/rt4/rt-autoconf-version.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/rt4/rt-autoconf-version.patch (limited to 'community/rt4/rt-autoconf-version.patch') diff --git a/community/rt4/rt-autoconf-version.patch b/community/rt4/rt-autoconf-version.patch new file mode 100644 index 0000000000..dbf1441a94 --- /dev/null +++ b/community/rt4/rt-autoconf-version.patch @@ -0,0 +1,11 @@ +--- rt-4.2.2/configure.ac.orig 2014-05-06 19:01:59.784199966 -0300 ++++ rt-4.2.2/configure.ac 2014-05-06 19:02:21.004085165 -0300 +@@ -7,7 +7,7 @@ + + dnl Setup autoconf + AC_PREREQ([2.53]) +-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. -- cgit v1.2.3