diff options
Diffstat (limited to 'devel/lasi/files/patch-cmake+modules+pkg-config.cmake')
-rw-r--r-- | devel/lasi/files/patch-cmake+modules+pkg-config.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/lasi/files/patch-cmake+modules+pkg-config.cmake b/devel/lasi/files/patch-cmake+modules+pkg-config.cmake deleted file mode 100644 index 72357021587e..000000000000 --- a/devel/lasi/files/patch-cmake+modules+pkg-config.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 "#") |