Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 3d33bddfeac9637b3cc0de5353fe4221 > files > 3

cups-drivers-magicolor2530dl-2.1.1-23.1.mga8.src.rpm

From: David Geiger <daviddavid@mageialinux-online.org>
Date: Tue, 22 Sep 2016 09:35:12 -0500
Subject: [PATCH] fix FTBFS against cups-2.2

'ppd_file_t' moved to cups/ppd.h

diff -Nru a/src/rastertokmlf.c b/src/rastertokmlf.c
--- a/src/rastertokmlf.c	2007-03-01 20:47:48.000000000 +0100
+++ b/src/rastertokmlf.c	2016-09-22 09:33:31.986925758 +0200
@@ -53,6 +53,7 @@
  */
 
 #include <cups/cups.h>
+#include <cups/ppd.h>
 //#include <cups/string.h>
 #include <cups/language.h>
 #include <cups/raster.h>