summarylogtreecommitdiffstats
path: root/automake.patch
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-09 05:59:55 +0000
committerBioArchLinuxBot2023-05-09 05:59:55 +0000
commitb2014e3ab5f4d27c5222ea76be03e64b80d219d2 (patch)
tree14276953af21ee9aefbdedcf8bb9860579adb709 /automake.patch
parentd1565a6db7ddd65ea7d792d8e9f4aff384eb8ca5 (diff)
downloadaur-aevol.tar.gz
[lilac] updated to 5.0-2
Diffstat (limited to 'automake.patch')
-rw-r--r--automake.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/automake.patch b/automake.patch
index a98d81f47e92..72f0bb7b698c 100644
--- a/automake.patch
+++ b/automake.patch
@@ -3,8 +3,8 @@ Bug-Debian: https://bugs.debian.org/998479
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 05 Nov 2021 22:03:24 +0100
Reviewed-By: Étienne Mollier <emollier@debian.org>
---- aevol.orig/configure.ac
-+++ aevol/configure.ac
+--- original/configure.ac 2023-05-09 09:40:31.158383069 +0530
++++ patched/configure.ac 2023-05-09 09:42:31.203840699 +0530
@@ -20,7 +20,7 @@
AC_CONFIG_MACRO_DIR([m4])
@@ -14,7 +14,7 @@ Reviewed-By: Étienne Mollier <emollier@debian.org>
# Select compiler
AC_PROG_CXX([clang-omp++ clang++ g++ icc])
-@@ -298,7 +298,6 @@
+@@ -310,7 +310,6 @@
AM_CONDITIONAL(WITH_RAEVOL, test x"$raevol" != xno)
if test "x$raevol" = "xyes" ; then
AC_DEFINE(__REGUL)