Not building and installing libproxy-1.0.pc when building on OSX is misguided:
It's necessary for Gtk libraries (libsoup in particular) which depend upon it
to find libproxy and it's a tiny file which does no harm if it's installed
unnecessarily.
--- a/libproxy/cmake/devfiles.cmk Mon Jun 6 14:44:37 2011
+++ b/libproxy/cmake/devfiles.cmk Sat Oct 29 16:01:56 2011
@@ -1,4 +1,4 @@
-if(NOT WIN32 AND NOT APPLE)
+if(NOT WIN32)
# PkgConfig file
set (PKGCONFIG_PREFIX ${CMAKE_INSTALL_PREFIX})
Original issue reported on code.google.com by jra...@ceridwen.us on 29 Oct 2011 at 11:13
Original issue reported on code.google.com by
jra...@ceridwen.us
on 29 Oct 2011 at 11:13