28 lines
726 B
Diff
28 lines
726 B
Diff
|
From ae9eb90108c0f6a3f2030cf4e4ae907a8b203b6a Mon Sep 17 00:00:00 2001
|
||
|
From: Luis Diaz Mas <piponazo@gmail.com>
|
||
|
Date: Sat, 12 Jan 2019 13:39:12 +0100
|
||
|
Subject: [PATCH 79/98] Fixes in .pc file for being compatible with more
|
||
|
distributions
|
||
|
|
||
|
---
|
||
|
cmake/exiv2.pc.in | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/cmake/exiv2.pc.in b/cmake/exiv2.pc.in
|
||
|
index e477696d..9018472b 100644
|
||
|
--- a/cmake/exiv2.pc.in
|
||
|
+++ b/cmake/exiv2.pc.in
|
||
|
@@ -1,7 +1,7 @@
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
-libdir=${prefix}/lib
|
||
|
-includedir=${prefix}/include
|
||
|
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||
|
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||
|
|
||
|
Name: exiv2
|
||
|
Description: @PROJECT_DESCRIPTION@
|
||
|
--
|
||
|
2.17.2
|
||
|
|