summaryrefslogtreecommitdiff
path: root/sci-calculators/tilp2
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/tilp2')
-rw-r--r--sci-calculators/tilp2/Manifest3
-rw-r--r--sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch12
-rw-r--r--sci-calculators/tilp2/tilp2-1.18.ebuild4
3 files changed, 18 insertions, 1 deletions
diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest
index d02e952f92fa..4c94f3f976e5 100644
--- a/sci-calculators/tilp2/Manifest
+++ b/sci-calculators/tilp2/Manifest
@@ -1,3 +1,4 @@
+AUX tilp2-1.18-nonbash.patch 434 BLAKE2B 6ad5ddeef2c3df0bf782ecd5db84eb4562de839e18105ed092e3e69d18887324cacd6df7a1d3324eff4d11add30e4183d41b887e7a4c32491b1546081781891c SHA512 e3b7313a25ef18de243c8c1c0950f3e3c9811aeda77f811f8a717d683e03309f3d84bdc34ca8699cf8625ec927e8bffad2213409cec7f8d1cc8e1620b0e2d4b3
DIST tilp2-1.18.tar.bz2 536744 BLAKE2B 819e34954a917b2fb100a6b74cf3c95ba32dd0d2824f4fc27960b275ad48d9a32393671f134b87296723a9f0b67c8d40b835355a2648be8fe81a89a4bc82e17d SHA512 8e46337e1ac7de85d88d4cb677910a099cdb6d3f473cdf8ca751a45dd66410b11751cd4555116c9249aa53bd23105957b4b2af2247968ec840da68aeed105f5f
-EBUILD tilp2-1.18.ebuild 1251 BLAKE2B cc2870eddbfdede125f4710464ef47b8c2681de8537f8a7fe8af01ce38b5835b0718e322115453f98fe71ea32bcc437f4e84078bedf705a6e2af65d925d3ac77 SHA512 9ed69289a1c1002345b228ae20411d94825f0deb84169df7496a36ec112925cc0af70a10bc54242f0718e108556b64b7cdbd3e5c83ced1694bbaa9ca02611e67
+EBUILD tilp2-1.18.ebuild 1304 BLAKE2B 9acf150350892ed4a56cca27684600999d3001ee32790a0c9f6ead909f52453afbbcd1a34201512dfb38f6f52d550bb52310ff59a855db6ff3ba309b5ecb1054 SHA512 78c5ae2676557fa7053e5cdb4b25e8329ae4bdc309c767b57fa0cf81cfdfcda1c43639364aac525cc29d79ab4db37769ae7dfb0b84fe085257682e857df9e92d
MISC metadata.xml 586 BLAKE2B 8231f941abf7786b9021fa52d463e61ebfbaa60d5117c5000ad8ae2cc25900266ce1637d73a744265cfb4a0536e61b2c544979717fc51f9cb998a626a000388b SHA512 938b1aa3af8b6a50662cf854c7f90294f08c8920d9255e6c4048e14507c28a4a3afe1db0a77634b1b0b00aba19e5b5098872405d249edd061966cc0c629c0ed2
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
diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18.ebuild
index 548d7c71f9b3..5cad6f355541 100644
--- a/sci-calculators/tilp2/tilp2-1.18.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.18.ebuild
@@ -28,6 +28,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.18-nonbash.patch
+)
+
src_prepare() {
default
# The ac macro AC_PATH_KDE was provided by "acinclude.m4" in 1.17.