aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:08:10 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:19:44 +0200
commit9b26012dff909ece8a5392ae0447842677dcc80f (patch)
tree2fcd6686a7937a5c0132a7cd1406fca298b25dae /eclass
parentdev-octave/strings: add 1.2.0_p20211128, drop 1.2.0 (diff)
downloadguru-9b26012dff909ece8a5392ae0447842677dcc80f.tar.gz
guru-9b26012dff909ece8a5392ae0447842677dcc80f.tar.bz2
guru-9b26012dff909ece8a5392ae0447842677dcc80f.zip
octaveforge.eclass: patch before moving things
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/octaveforge.eclass3
1 files changed, 2 insertions, 1 deletions
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() {