]> granicus.if.org Git - graphviz/commitdiff
disable mng plugin in rpm builds for now
authorellson <devnull@localhost>
Tue, 3 Oct 2006 17:08:11 +0000 (17:08 +0000)
committerellson <devnull@localhost>
Tue, 3 Oct 2006 17:08:11 +0000 (17:08 +0000)
graphviz.spec.in

index 98578465467cd7eac9108baefc06c4c5b8a97cdb..08ad8470cc5974a950e1f86a0136ce6c39e069df 100644 (file)
@@ -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