grim/guifications3

9b11fd3a3a10
Parents 81b6eb60b38d
Children 9b0b5064a47a
added /usr/local/lib/pkgconfig to PKG_CONFIG_PATH in gflib.cmake
--- a/gflib/cmake/Modules/gflib.cmake Tue Dec 14 23:37:14 2010 -0600
+++ b/gflib/cmake/Modules/gflib.cmake Wed Dec 15 19:13:14 2010 -0600
@@ -1,4 +1,8 @@
macro(_gflib_add_dependencies _project _is_gflib)
+ # added /usr/local/lib/pkgconfig to PKG_CONFIG_PATH incase someone has
+ # installed some software themselves
+ set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH} /usr/local/lib/pkgconfig)
+
# if we're on osx add the fink and macports pkg-config paths
if(${CMAKE_HOST_APPLE})
set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH} /sw/lib/pkgconfig /opt/local/lib/pkgconfig)