diff --git a/pstoedit-3.45-elif.patch b/pstoedit-3.45-elif.patch new file mode 100644 index 0000000..045d28d --- /dev/null +++ b/pstoedit-3.45-elif.patch @@ -0,0 +1,11 @@ +--- pstoedit-3.45/src/dynload.cpp~ 2007-07-22 13:27:36.000000000 +0200 ++++ pstoedit-3.45/src/dynload.cpp 2009-02-10 07:54:14.000000000 +0100 +@@ -138,7 +138,7 @@ + dlclose(handle); + #elif defined(_WIN32) + (void) WINFREELIB((HINSTANCE) handle); +-#elif ++#else + #error "system unsupported so far" + #endif + handle = 0; diff --git a/pstoedit.spec b/pstoedit.spec index bb821e3..eb54cd0 100644 --- a/pstoedit.spec +++ b/pstoedit.spec @@ -11,6 +11,7 @@ Patch0: pstoedit-3.44-cxxflags.patch Patch1: pstoedit-3.45-quiet.patch Patch2: pstoedit-3.45-gcc43.patch Patch3: pstoedit-3.45-asy.patch +Patch4: pstoedit-3.45-elif.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ghostscript BuildRequires: gd-devel @@ -46,10 +47,12 @@ applications %patch1 -p1 -b .quiet %patch2 -p1 -b .gcc43 %patch3 -p1 -b .asy +%patch4 -p1 -b .elif dos2unix doc/*.htm doc/readme.txt %build %configure --disable-static --with-emf --without-swf +# Cannot be built in parallel make @@ -89,9 +92,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/*.m4 + %changelog * Sat Feb 7 2009 Denis Leroy - 3.45-5 - Added patch for improved asymptote support (#483503) +- Added patch to fix incorrect cpp directive * Wed Sep 24 2008 Denis Leroy - 3.45-4 - Fixed cxxflags patch fuziness issue