summaryrefslogtreecommitdiff
path: root/app-crypt/stan
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/stan')
-rw-r--r--app-crypt/stan/stan-0.4.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild
index 1cdd44155b4..dd018a6b13b 100644
--- a/app-crypt/stan/stan-0.4.1-r1.ebuild
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
src_prepare() {
eapply -p0 "${FILESDIR}/${P}-errno.patch"
# Update autotools deprecated file name and macro for bug 468750
- mv configure.in configure.ac || die "configure rename failed"
+ mv configure.{in,ac} || die
sed -i \
-e "s/-O3/${CFLAGS}/" \
-e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" configure.ac || die