[Lunar-commits] <moonbase> hplip: Inserting a missing include file.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Aug 19 17:37:43 CEST 2011


commit 4db456085bef724cc52d790920a4f5bb62a5282c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Aug 19 11:37:43 2011 -0400

    hplip: Inserting a missing include file.
    
    See; http://archives.gentoo.org/gentoo-user/msg_8927a7164f86598d70a029dd5c053a09.xml
---
 printer/hplip/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/printer/hplip/BUILD b/printer/hplip/BUILD
index f8b7090..50042a6 100644
--- a/printer/hplip/BUILD
+++ b/printer/hplip/BUILD
@@ -1,5 +1,8 @@
 (
 
+# Inserting a missing include.
+  sed -i "41i #include <cups/ppd.h>"  prnt/hpps/hppsfilter.c &&
+
   if in_depends $MODULE PyQt4; then
      . /etc/profile.d/qt4.rc
   fi &&


More information about the Lunar-commits mailing list