fix build problem with modular X

This commit is contained in:
Than Ngo 2005-12-19 16:08:14 +00:00
parent c07c02506d
commit 5fec792802

View File

@ -5,7 +5,7 @@
Summary: A utility for converting FIG files (made by xfig) to other formats. Summary: A utility for converting FIG files (made by xfig) to other formats.
Name: transfig Name: transfig
Version: 3.2.4 Version: 3.2.4
Release: 12.1 Release: 13
Epoch: 1 Epoch: 1
License: distributable License: distributable
Group: Applications/Multimedia Group: Applications/Multimedia
@ -42,6 +42,7 @@ figures into certain graphics languages.
%patch4 -p1 -b .rgb %patch4 -p1 -b .rgb
%build %build
export IMAKEINCLUDE="-I/usr/share/X11/config"
xmkmf xmkmf
make Makefiles XFIGLIBDIR=%{xfig_libdir} FIG2DEV_LIBDIR=%{fig2dev_libdir} make Makefiles XFIGLIBDIR=%{xfig_libdir} FIG2DEV_LIBDIR=%{fig2dev_libdir}
make XFIGLIBDIR=%{xfig_libdir} FIG2DEV_LIBDIR=%{fig2dev_libdir} make XFIGLIBDIR=%{xfig_libdir} FIG2DEV_LIBDIR=%{fig2dev_libdir}
@ -81,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%{xfig_libdir} %{xfig_libdir}
%changelog %changelog
* Mon Dec 19 2005 Than Ngo <than@redhat.com> 3.2.4-13
- fix build problem with modular X
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt - rebuilt