From e8b247d221a7d895b084c32309c2eb948c780480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 2 Jan 2016 08:19:20 +0200 Subject: [PATCH] fix build, add gtk2-devel --- editor/emacs/emacs-mmm-mode/actions.py | 2 ++ editor/emacs/emacs-mmm-mode/pspec.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/editor/emacs/emacs-mmm-mode/actions.py b/editor/emacs/emacs-mmm-mode/actions.py index 1507e85454..dd932a40ca 100644 --- a/editor/emacs/emacs-mmm-mode/actions.py +++ b/editor/emacs/emacs-mmm-mode/actions.py @@ -13,6 +13,8 @@ WorkDir = "mmm-mode-%s" % get.srcVERSION() def setup(): autotools.configure("--with-emacs \ --with-lispdir=/usr/share/emacs/site-lisp/mmm-mode") +def build(): + autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/editor/emacs/emacs-mmm-mode/pspec.xml b/editor/emacs/emacs-mmm-mode/pspec.xml index 522d759f3c..fa41bbb2de 100644 --- a/editor/emacs/emacs-mmm-mode/pspec.xml +++ b/editor/emacs/emacs-mmm-mode/pspec.xml @@ -15,6 +15,7 @@ mirrors://sourceforge/mmm-mode/mmm-mode-0.5.4.tar.gz emacs + gtk2-devel