summaryrefslogtreecommitdiff
path: root/sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch')
-rw-r--r--sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch12
1 files changed, 12 insertions, 0 deletions
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