Dr. Werner Fink 2012-04-04 12:15:08 +00:00 committed by Git OBS Bridge
parent f63c1a80f5
commit 9e1eb437a7
2 changed files with 9 additions and 1 deletions

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 4 12:13:24 UTC 2012 - werner@suse.de
- Use new bcond_without h3d_gridbox to switch back to h3d-quadtree
if h3d-gridbox will be disabled on the commandline of rpmbuild
-------------------------------------------------------------------
Mon Apr 2 15:37:32 UTC 2012 - werner@suse.de

@ -16,6 +16,8 @@
#
%bcond_without h3d_gridbox
Name: gnuplot
BuildRequires: ImageMagick
BuildRequires: automake
@ -153,7 +155,7 @@ test $? -eq 0 || exit 1
--with-bitmap-terminals \
--with-freetype=%{_libdir}\
--enable-x11-mbfonts \
%if 0
%if ! %{with h3d_gridbox}
--enable-h3d-quadtree \
--disable-h3d-gridbox \
%else