Browse Source

fix building under with_fontconfig=no

master
parent
commit
e243b8963f
  1. 4
      gd/gd.spec

4
gd/gd.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Graphics
License: GPL
Version: 2.0.35
Release: 20080101
Release: 20080612
# package options
%option with_xpm no
@ -124,6 +124,8 @@ AutoReqProv: no
--with-freetype=%{l_prefix} \
%if "%{with_fontconfig}" == "yes"
--with-fontconfig=%{l_prefix} \
%else
--without-fontconfig \
%endif
--disable-shared
%{l_make} %{l_mflags}

Loading…
Cancel
Save