commit: 9b26012dff909ece8a5392ae0447842677dcc80f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:08:10 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:19:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b26012d
octaveforge.eclass: patch before moving things
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
eclass/octaveforge.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass
index 9f0f12dda..337d21e45 100644
--- a/eclass/octaveforge.eclass
+++ b/eclass/octaveforge.eclass
@@ -58,6 +58,8 @@ octaveforge_src_unpack() {
# @DESCRIPTION:
# function to add octaveforge specific makefile and configure and reconfigure
if possible
octaveforge_src_prepare() {
+ default
+
_generate_configure
if [[ -e "${S}/src/configure.ac" ]]; then
@@ -72,7 +74,6 @@ octaveforge_src_prepare() {
if [[ -e "${S}/src/Makefile" ]]; then
sed -i 's/ -s / /g' "${S}/src/Makefile" || die 'sed failed.'
fi
- default
}
octaveforge_src_compile() {