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

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