diff --git a/editor/krita/pspec.xml b/editor/krita/pspec.xml
index c0f44ca2b8..65bd0d12ba 100644
--- a/editor/krita/pspec.xml
+++ b/editor/krita/pspec.xml
@@ -12,7 +12,7 @@
multimedia.graphics
Krita is a free digital painting application.
Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end.
- https://github.com/KDE/krita/archive/v4.2.8.2.tar.gz
+ https://github.com/KDE/krita/archive/v4.2.8.2.tar.gz
eigen3
kio-devel
diff --git a/editor/medit/actions.py b/editor/medit/actions.py
index 05685492bd..3b07262e14 100644
--- a/editor/medit/actions.py
+++ b/editor/medit/actions.py
@@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
+ autotools.autoreconf("-fiv")
autotools.configure()
def build():