From: ellson Date: Tue, 3 Oct 2006 17:08:11 +0000 (+0000) Subject: disable mng plugin in rpm builds for now X-Git-Tag: LAST_LIBGRAPH~32^2~5842 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6968f1c2216f5890a620ab0d871e1e922ae58ca;p=graphviz disable mng plugin in rpm builds for now --- diff --git a/graphviz.spec.in b/graphviz.spec.in index 985784654..08ad8470c 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -34,6 +34,7 @@ Prefix: /usr %define TCL 1 %define IPSEPCOLA --without-ipsepcola %define MYLIBGD --with-mylibgd +%define LIBMING --without-libming # SuSE uses a different mechanism to generate BuildRequires # norootforbuild @@ -405,7 +406,7 @@ CFLAGS="$RPM_OPT_FLAGS" \ --mandir=%{_mandir} \ --with-x \ --disable-static \ - --disable-dependency-tracking %{MYLIBGD} %{IPSEPCOLA} + --disable-dependency-tracking %{MYLIBGD} %{IPSEPCOLA} %{LIBMING} %__make %{?_smp_mflags} %install