math/plplot: Upgrade from dev ver 5.9.10 to latest stable ver 5.10.0

This commit is contained in:
John Marino
2014-02-16 19:24:06 +00:00
parent 7ba6236cfd
commit c62a1a534e
8 changed files with 27 additions and 119 deletions

View File

@@ -1,11 +1,11 @@
--- cmake/modules/pkg-config.cmake.orig 2012-01-05 14:59:36.000000000 +0100
+++ cmake/modules/pkg-config.cmake 2013-10-01 23:01:57.000000000 +0200
@@ -39,7 +39,7 @@
--- cmake/modules/pkg-config.cmake.orig 2014-02-06 00:06:07.000000000 -0500
+++ cmake/modules/pkg-config.cmake
@@ -39,7 +39,7 @@ include(FindPkgConfig)
if(PKG_CONFIG_EXECUTABLE)
message(STATUS "Looking for pkg-config - found")
- 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")
- set(PKG_CONFIG_DIR "${LIB_DIR}/pkgconfig")
+ set(PKG_CONFIG_DIR "${LIB_DIR}data/pkgconfig")
set(env_PKG_CONFIG_PATH $ENV{PKG_CONFIG_PATH})
# Will likely need WIN32 and CYGWIN stanzas as well