]> git.pld-linux.org Git - packages/wv.git/commitdiff
require libwmf >= 0.1.21
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Jan 2001 20:39:49 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wv.spec -> 1.13

wv.spec

diff --git a/wv.spec b/wv.spec
index 2f5c3509ffc7b4f0191c03ffce63c755aa05a99b..feceb830c968a3a96f02b03c7ec111d138725f24 100644 (file)
--- a/wv.spec
+++ b/wv.spec
@@ -17,7 +17,7 @@ BuildRequires:        libpng-devel
 BuildRequires: ImageMagick-devel
 BuildRequires: freetype-devel
 BuildRequires: XFree86-devel
-BuildRequires: libwmf-devel
+BuildRequires: libwmf-devel >= 0.1.21
 BuildRequires: gd-devel
 BuildRequires: iconv
 Requires:      iconv
@@ -89,6 +89,11 @@ autoheader
        --with-png \
        --with-xpm \
        --with-Magick
+
+for var in SYSTEM_ZLIB HAVE_WMF; do
+               echo "#define $var" >> config.h
+done
+
 %{__make}
 
 %install
This page took 0.098127 seconds and 4 git commands to generate.