projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67742bf
)
dev-libs/gmp: fix configure, bug #603216
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 20 Dec 2016 17:20:51 +0000
(18:20 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 20 Dec 2016 17:20:51 +0000
(18:20 +0100)
Package-Manager: portage-2.3.0
dev-libs/gmp/gmp-6.1.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/gmp/gmp-6.1.2.ebuild
b/dev-libs/gmp/gmp-6.1.2.ebuild
index 5d102000d8920a6b7485f55477d882836bbac624..df0f4849036b26688d6be51412250f2a5b627191 100644
(file)
--- a/
dev-libs/gmp/gmp-6.1.2.ebuild
+++ b/
dev-libs/gmp/gmp-6.1.2.ebuild
@@
-44,7
+44,7
@@
src_prepare() {
mv configure configure.wrapped || die
cat <<-\EOF > configure
#!/usr/bin/env sh
- exec env ABI="${GMPABI}" "$
{CONFIG_SHELL}" "$
0.wrapped" "$@"
+ exec env ABI="${GMPABI}" "$0.wrapped" "$@"
EOF
# Patches to original configure might have lost the +x bit.
chmod a+rx configure{,.wrapped}