From bb5fbd205f0fc6b80a9341f50511471e3d4df3cb Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 25 Aug 2009 15:36:33 +0000 Subject: [PATCH] - Removed never-used definition of BREAKPOINT in scan/sane/common.h in hope of fixing the build. --- hplip-no-asm.patch | 21 +++++++++++++++++---- hplip.spec | 6 +++++- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/hplip-no-asm.patch b/hplip-no-asm.patch index 4244dd3..92c283f 100644 --- a/hplip-no-asm.patch +++ b/hplip-no-asm.patch @@ -1,6 +1,6 @@ diff -up hplip-3.9.8/ip/ipmain.c.no-asm hplip-3.9.8/ip/ipmain.c ---- hplip-3.9.8/ip/ipmain.c.no-asm 2009-08-19 11:35:39.770825475 +0100 -+++ hplip-3.9.8/ip/ipmain.c 2009-08-19 11:36:25.767828346 +0100 +--- hplip-3.9.8/ip/ipmain.c.no-asm 2009-08-04 22:37:28.000000000 +0100 ++++ hplip-3.9.8/ip/ipmain.c 2009-08-25 14:44:04.497202437 +0100 @@ -265,9 +265,6 @@ static IP_XFORM_TBL * const xformJumpTab void fatalBreakPoint (void) { @@ -12,8 +12,8 @@ diff -up hplip-3.9.8/ip/ipmain.c.no-asm hplip-3.9.8/ip/ipmain.c } diff -up hplip-3.9.8/ip/xfax.c.no-asm hplip-3.9.8/ip/xfax.c ---- hplip-3.9.8/ip/xfax.c.no-asm 2009-08-19 11:35:45.484827783 +0100 -+++ hplip-3.9.8/ip/xfax.c 2009-08-19 11:36:39.815701961 +0100 +--- hplip-3.9.8/ip/xfax.c.no-asm 2009-08-04 22:37:28.000000000 +0100 ++++ hplip-3.9.8/ip/xfax.c 2009-08-25 14:44:04.502202418 +0100 @@ -1680,19 +1680,6 @@ static BOOL bits_flush_to_eol ( & ((1u< 3.9.8-10 +- Removed never-used definition of BREAKPOINT in scan/sane/common.h + in hope of fixing the build. + * Tue Aug 25 2009 Tim Waugh 3.9.8-9 - New common sub-package for udev rules and config file (bug #516459). - Don't install base/*.py with executable bit set.