Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 83f9e633411eb4d3c82db72a442c3240 > files > 3

cups-drivers-magicolor5430dl-1.8.1-23.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 06:08:11.000000000 +0100
+++ b/src/rastertokmlf.c	2016-09-22 09:42:20.667313878 +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>