Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 8a55d35b085e4692b2995d46785b8a98 > files > 3

cups-drivers-magicolor5430dl-1.8.1-25.mga9.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>