freebsd-ports/math/plplot/files/patch-cmake_modules_pkg-config.cmake
Thierry Thomas 0242a38770 Upgrade to 5.9.5, required by GDL.
Notes:

- support of Gnome2 and VGAlib are now deprecated;

- support of Qt added;

- plrender is also deprecated, but we force it to build.

Many more options could be enabled, if someone needs them.
2009-12-29 13:43:18 +00:00

11 lines
509 B
CMake

--- ./cmake/modules/pkg-config.cmake.orig 2009-09-06 21:04:43.000000000 +0200
+++ ./cmake/modules/pkg-config.cmake 2009-12-26 23:55:00.000000000 +0100
@@ -48,7 +48,7 @@
if(PKG_CONFIG_EXECUTABLE)
message(STATUS "Looking for pkg-config - found")
set(pkg_config_true "")
- set(PKG_CONFIG_DIR ${LIB_DIR}/pkgconfig)
+ set(PKG_CONFIG_DIR ${LIB_DIR}data/pkgconfig)
set(PKG_CONFIG_ENV PKG_CONFIG_PATH=${PKG_CONFIG_DIR})
else(PKG_CONFIG_EXECUTABLE)
message(STATUS "Looking for pkg-config - not found")