]> git.pld-linux.org Git - packages/pstoedit.git/commitdiff
- fix CFLAGS for libzip auto/th/pstoedit-3.62-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Mar 2015 00:33:27 +0000 (00:33 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Mar 2015 00:33:27 +0000 (00:33 +0000)
- rel 2

pstoedit.spec

index f3eb4b366b112c8f348d05d9e0afbbd4f2bca26c..3ca375129efa8539042ade2ee65b3a1d408ec146 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Convert PostScript and PDF files into various vector-graphic formats
 Summary(pl.UTF-8):     Konwerter PostScriptu i PDF do różnych formatów wektorowych
 Name:          pstoedit
 Version:       3.62
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Graphics
 Source0:       http://downloads.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz
@@ -139,6 +139,8 @@ Wtyczka wmf dla biblioteki pstoedit. Używa biblioteki libEMF.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+export CPPFLAGS="%{rpmcflags} `pkg-config --cflags libzip`"
+export CFLAGS="%{rpmcflags} `pkg-config --cflags libzip`"
 %configure \
        GS=%{_bindir}/gs \
        --enable-static \
This page took 1.037316 seconds and 4 git commands to generate.