mirror of
https://abf.rosa.ru/djam/hplip.git
synced 2025-02-23 16:32:58 +00:00
29 lines
923 B
Diff
29 lines
923 B
Diff
![]() |
From: David Geiger <david.david@mageialinux-online.org>
|
||
|
Date: Tue, 22 Sep 2016 10:30:12 -0500
|
||
|
Subject: [PATCH] fix FTBFS against cups-2.2
|
||
|
|
||
|
'ppd_file_t' moved to cups/ppd.h
|
||
|
|
||
|
diff -Nru a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
|
||
|
--- a/prnt/hpcups/HPCupsFilter.h 2016-08-26 12:03:22.000000000 +0200
|
||
|
+++ b/prnt/hpcups/HPCupsFilter.h 2016-09-22 10:30:28.847713112 +0200
|
||
|
@@ -31,6 +31,7 @@
|
||
|
#ifndef HP_CUPSFILTER_H
|
||
|
#define HP_CUPSFILTER_H
|
||
|
|
||
|
+#include <cups/ppd.h>
|
||
|
#include "CommonDefinitions.h"
|
||
|
#include "SystemServices.h"
|
||
|
#include "Compressor.h"
|
||
|
diff -Nru a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
|
||
|
--- a/prnt/hpijs/hpcupsfax.cpp 2016-08-26 12:03:15.000000000 +0200
|
||
|
+++ b/prnt/hpijs/hpcupsfax.cpp 2016-09-22 09:53:38.281873443 +0200
|
||
|
@@ -43,6 +43,7 @@
|
||
|
#include <arpa/inet.h>
|
||
|
#include <math.h>
|
||
|
#include <cups/cups.h>
|
||
|
+#include <cups/ppd.h>
|
||
|
#include <cups/raster.h>
|
||
|
#include <string>
|
||
|
#ifdef FALSE
|