cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

LibProxy doesn't make its pkgconfig file under OSX #168

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r827.

Original comment by dominiqu...@gmail.com on 2 Nov 2011 at 11:01