Blame SOURCES/sane-backends-1.0.23-sane-config-multilib.patch

b0a773
From d0c61e7e9b13185f424dff1f4ac697ec53089d69 Mon Sep 17 00:00:00 2001
b0a773
From: Nils Philippsen <nils@redhat.com>
b0a773
Date: Tue, 4 Sep 2012 16:45:14 +0200
b0a773
Subject: [PATCH] patch: sane-config-multilib
b0a773
b0a773
Squashed commit of the following:
b0a773
b0a773
commit 81aa4f41bf102b08258c8e1de1c0476835329ec5
b0a773
Author: Nils Philippsen <nils@redhat.com>
b0a773
Date:   Tue Sep 4 16:43:34 2012 +0200
b0a773
b0a773
    make installed sane-config multi-lib aware again
b0a773
b0a773
    This partially reverts commit 77c4ea1a7aa680fb1c3ee4daa1404f21439b2c9b.
b0a773
---
b0a773
 tools/sane-config.in | 4 ----
b0a773
 1 file changed, 4 deletions(-)
b0a773
b0a773
diff --git a/tools/sane-config.in b/tools/sane-config.in
b0a773
index 8e4b52a..1fae2e5 100644
b0a773
--- a/tools/sane-config.in
b0a773
+++ b/tools/sane-config.in
b0a773
@@ -10,10 +10,6 @@ scriptname="sane-config"
b0a773
 prefix="@prefix@"
b0a773
 exec_prefix="@exec_prefix@"
b0a773
 
b0a773
-# using our installed *.pc only - neither default nor user paths
b0a773
-export PKG_CONFIG_LIBDIR="@libdir@/pkgconfig"
b0a773
-export PKG_CONFIG_PATH=""
b0a773
-
b0a773
 pkgconfig_package=sane-backends
b0a773
 
b0a773
 usage ()
b0a773
-- 
b0a773
1.7.11.4
b0a773