math/plplot: Upgrade from dev ver 5.9.10 to latest stable ver 5.10.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user