From 5fec7928020c3ed872c5f425925d23fb92651715 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 19 Dec 2005 16:08:14 +0000 Subject: [PATCH] fix build problem with modular X --- transfig.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/transfig.spec b/transfig.spec index 6972724..a27ff41 100644 --- a/transfig.spec +++ b/transfig.spec @@ -5,7 +5,7 @@ Summary: A utility for converting FIG files (made by xfig) to other formats. Name: transfig Version: 3.2.4 -Release: 12.1 +Release: 13 Epoch: 1 License: distributable Group: Applications/Multimedia @@ -42,6 +42,7 @@ figures into certain graphics languages. %patch4 -p1 -b .rgb %build +export IMAKEINCLUDE="-I/usr/share/X11/config" xmkmf make Makefiles 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} %changelog +* Mon Dec 19 2005 Than Ngo 3.2.4-13 +- fix build problem with modular X + * Fri Dec 09 2005 Jesse Keating - rebuilt