freebsd-ports/devel/lasi/files/patch-cmake+modules+pkg-config.cmake
Pav Lucistnik 9c1dd9613f - Update to 1.1.0
PR:		ports/130084
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
Approved by:	maintainer timeout (lme; 4 months)
2009-05-12 12:37:33 +00:00

11 lines
481 B
CMake

--- cmake/modules/pkg-config.cmake.orig 2008-12-31 14:38:25.000000000 -0500
+++ cmake/modules/pkg-config.cmake 2008-12-31 14:42:58.000000000 -0500
@@ -6,7 +6,7 @@
if(PKG_CONFIG_EXECUTABLE)
message(STATUS "Looking for pkg-config - found")
set(pkg_config_true "")
- set(PKG_CONFIG_DIR ${libdir}/pkgconfig)
+ set(PKG_CONFIG_DIR ${exec_prefix}/libdata/pkgconfig)
else(PKG_CONFIG_EXECUTABLE)
message(STATUS "Looking for pkg-config - not found")
set(pkg_config_true "#")