summaryrefslogtreecommitdiff
path: root/math/plplot/files/patch-cmake_modules_pkg-config.cmake
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-12-29 13:43:18 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-12-29 13:43:18 +0000
commit0242a387701d15bf1a13217dcfa3867f669d9fbc (patch)
tree11e0e80e6f4e3b7602c149e264655b9eb6ade264 /math/plplot/files/patch-cmake_modules_pkg-config.cmake
parentpython-nexus is a generic nexus (phylogenetics) file format(.nex, .trees) (diff)
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.
Notes
Notes: svn path=/head/; revision=246860
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_pkg-config.cmake')
-rw-r--r--math/plplot/files/patch-cmake_modules_pkg-config.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/plplot/files/patch-cmake_modules_pkg-config.cmake b/math/plplot/files/patch-cmake_modules_pkg-config.cmake
new file mode 100644
index 000000000000..77b9fd5f4b68
--- /dev/null
+++ b/math/plplot/files/patch-cmake_modules_pkg-config.cmake
@@ -0,0 +1,11 @@
+--- ./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")