mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Announcement at <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release> - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods <woodsb02 (at) gmail.com> Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
11 lines
424 B
CMake
11 lines
424 B
CMake
--- cmake/modules/pkg-config.cmake.orig 2015-04-12 10:08:04 UTC
|
|
+++ 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(env_PKG_CONFIG_PATH $ENV{PKG_CONFIG_PATH})
|
|
|
|
# Will likely need WIN32 and CYGWIN stanzas as well
|