packages: xpdf/xpdf.spec - BR: motif-devel >= 2.2 met only by openmotif, wo...

gotar gotar at pld-linux.org
Thu Aug 25 10:08:52 CEST 2011


Author: gotar                        Date: Thu Aug 25 08:08:52 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: motif-devel >= 2.2 met only by openmotif, won't build with lesstif:
XPDFViewer.cc:1806:54: error: invalid conversion from 'const char*' to 'char*'
XPDFViewer.cc:1806:54: error:   initializing argument 1 of 'unsigned char* XmStringCreateLocalized(char*)'

---- Files affected:
packages/xpdf:
   xpdf.spec (1.125 -> 1.126) 

---- Diffs:

================================================================
Index: packages/xpdf/xpdf.spec
diff -u packages/xpdf/xpdf.spec:1.125 packages/xpdf/xpdf.spec:1.126
--- packages/xpdf/xpdf.spec:1.125	Sun Aug 21 08:54:06 2011
+++ packages/xpdf/xpdf.spec	Thu Aug 25 10:08:47 2011
@@ -34,7 +34,7 @@
 BuildRequires:	freetype-devel >= 2.1.0
 BuildRequires:	libpaper-devel
 BuildRequires:	libstdc++-devel
-%{?with_x:BuildRequires:	motif-devel}
+%{?with_x:BuildRequires:	motif-devel >= 2.2}
 Suggests:	ghostscript-fonts-std
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -116,8 +116,7 @@
 	--enable-multithreaded \
 	--enable-opi \
 	--enable-wordlist \
-	--with-freetype2-includes=/usr/include/freetype2 \
-	--with-gzip
+	--with-freetype2-includes=/usr/include/freetype2
 
 %{__make}
 
@@ -180,6 +179,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.126  2011/08/25 08:08:47  gotar
+- BR: motif-devel >= 2.2 met only by openmotif, won't build with lesstif:
+XPDFViewer.cc:1806:54: error: invalid conversion from 'const char*' to 'char*'
+XPDFViewer.cc:1806:54: error:   initializing argument 1 of 'unsigned char* XmStringCreateLocalized(char*)'
+
 Revision 1.125  2011/08/21 06:54:06  qboosh
 - updated to 3.03
 - updated remove_protections,fontdirs patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xpdf/xpdf.spec?r1=1.125&r2=1.126&f=u



More information about the pld-cvs-commit mailing list