Author: zbyniu                       Date: Sat Nov 14 21:40:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build on 64 bit; BR: openssl-devel, texlive-pdftex

---- Files affected:
packages/podofo:
   podofo.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/podofo/podofo.spec
diff -u packages/podofo/podofo.spec:1.1 packages/podofo/podofo.spec:1.2
--- packages/podofo/podofo.spec:1.1     Fri Oct  9 21:52:00 2009
+++ packages/podofo/podofo.spec Sat Nov 14 22:39:56 2009
@@ -20,6 +20,8 @@
 BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtiff-devel
+BuildRequires: openssl-devel
+BuildRequires: texlive-pdftex
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -104,6 +106,9 @@
         -DPODOFO_BUILD_STATIC:BOOL=TRUE \
         -DINSTALL_LIB_DIR=%{_lib} \
         -DINSTALL_LIBDATA_DIR=%{_libdir} \
+%if "%{_lib}" == "lib64"
+       -DWANT_LIB64=TRUE \
+%endif
         %{?debug:-DCMAKE_BUILD_TYPE="Debug"}
 %{__make}
 cd ..
@@ -161,6 +166,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/11/14 21:39:56  zbyniu
+- fix build on 64 bit; BR: openssl-devel, texlive-pdftex
+
 Revision 1.1  2009/10/09 19:52:00  witekfl
 - new
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/podofo/podofo.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to