[gtk-osx] [Libproxy bug 168] Patch libproxy to fix bug.



commit f9ad445b0330dd2c407ac1d7602207582cdbe71e
Author: John Ralls <jralls ceridwen us>
Date:   Sat Oct 29 16:43:47 2011 -0700

    [Libproxy bug 168] Patch libproxy to fix bug.

 modulesets-stable/gtk-osx-unsupported.modules |    1 +
 patches/0001-Bug-168-libproxy-pc-file.patch   |   11 +++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-unsupported.modules b/modulesets-stable/gtk-osx-unsupported.modules
index 9b2faef..f9f77aa 100644
--- a/modulesets-stable/gtk-osx-unsupported.modules
+++ b/modulesets-stable/gtk-osx-unsupported.modules
@@ -67,6 +67,7 @@
     <branch version='0.4.7' module='libproxy-0.4.7.tar.gz'
             repo='libproxy.google.com'>
       <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/libproxy-Bug-052-POSIX_C_SOURCE.patch"; strip="1"/>
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/0001-Bug-168-libproxy-pc-file.patch"; strip="1"/>
     </branch>
     <dependencies>
       <dep package="cmake"/>
diff --git a/patches/0001-Bug-168-libproxy-pc-file.patch b/patches/0001-Bug-168-libproxy-pc-file.patch
new file mode 100644
index 0000000..a114db3
--- /dev/null
+++ b/patches/0001-Bug-168-libproxy-pc-file.patch
@@ -0,0 +1,11 @@
+diff -c /Volumes/RAID1/local/gtk-stable/src/libproxy-0.4.7/libproxy/cmake/devfiles.cmk\~ /Volumes/RAID1/local/gtk-stable/src/libproxy-0.4.7/libproxy/cmake/devfiles.cmk
+--- 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})
+   
+
+Diff finished.  Sat Oct 29 16:11:47 2011



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]