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

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