From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch (limited to 'sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch') diff --git a/sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch b/sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch new file mode 100644 index 000000000000..542248b9e763 --- /dev/null +++ b/sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/723314 +--- a/configure.ac ++++ b/configure.ac +@@ -208,7 +208,7 @@ + AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system]) + AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD]) + AC_MSG_CHECKING([for the host compiler]) +-if test "x$build" == "x$host" ; then ++if test "x$build" = "x$host" ; then + # Not cross-compiling. + CC_FOR_BUILD=$CC + CFLAGS_FOR_BUILD=$CFLAGS -- cgit v1.2.3