sane-backends-1.0.23-sane-config-multilib.patch 992 B

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