diff options
Diffstat (limited to 'app-crypt/stan')
-rw-r--r-- | app-crypt/stan/stan-0.4.1-r1.ebuild | 2 |
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 1cdd44155b48..dd018a6b13b5 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 |