tags 639033 +patch thanks
Only in xpp-1.5-cvs20050828: config.guess Only in xpp-1.5-cvs20050828: config.sub diff -ur xpp-1.5-cvs20050828/cupshelper.cxx xpp-1.5-cvs20050828.new/cupshelper.cxx --- xpp-1.5-cvs20050828/cupshelper.cxx 2011-12-24 00:59:46.000000000 +0000 +++ xpp-1.5-cvs20050828.new/cupshelper.cxx 2011-12-24 00:53:50.000000000 +0000 @@ -36,6 +36,7 @@ #include "passworddialog.h" #include <stdlib.h> +#include <stdio.h> #include <cups/language.h> //******************************************************* Only in xpp-1.5-cvs20050828/CVS: Entries Only in xpp-1.5-cvs20050828/CVS: Repository Only in xpp-1.5-cvs20050828/CVS: Root diff -ur xpp-1.5-cvs20050828/debian/rules xpp-1.5-cvs20050828.new/debian/rules --- xpp-1.5-cvs20050828/debian/rules 2011-12-24 00:59:46.000000000 +0000 +++ xpp-1.5-cvs20050828.new/debian/rules 2011-12-24 00:58:57.000000000 +0000 @@ -52,7 +52,7 @@ # Add here commands to compile the package. $(MAKE) mainwindow.cxx - sed 's/color(\([0-9]\+\))/color((Fl_Color)\1)/g' <mainwindow.cxx >mainwindow.cxx.fixed + sed 's/color(\([0-9]\+\))/color((Fl_Color)\1)/g' <mainwindow.cxx | sed 's/fl_ask(buffer)/fl_ask("%s",buffer)/' >mainwindow.cxx.fixed mv mainwindow.cxx.fixed mainwindow.cxx $(MAKE) #/usr/bin/docbook-to-man debian/xpp.sgml > xpp.1 Only in xpp-1.5-cvs20050828: mkinstalldirs diff -ur xpp-1.5-cvs20050828/xpp.h xpp-1.5-cvs20050828.new/xpp.h --- xpp-1.5-cvs20050828/xpp.h 2011-12-24 00:59:46.000000000 +0000 +++ xpp-1.5-cvs20050828.new/xpp.h 2011-12-24 00:51:12.000000000 +0000 @@ -38,6 +38,7 @@ #include <cups/cups.h> #include <cups/ipp.h> #include <cups/language.h> +#include <cups/ppd.h> #include <FL/Fl.H> #include <FL/Fl_Window.H> #include <FL/Fl_Box.H>