From ac692c0b61b6868f8e915520f4f1496d46837bec Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Tue, 23 Aug 2011 18:29:54 +0000 Subject: Update to 0.4.6. --- net/libproxy/files/patch-libproxy_cmake_modules.cmk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net/libproxy/files/patch-libproxy_cmake_modules.cmk (limited to 'net/libproxy/files/patch-libproxy_cmake_modules.cmk') diff --git a/net/libproxy/files/patch-libproxy_cmake_modules.cmk b/net/libproxy/files/patch-libproxy_cmake_modules.cmk new file mode 100644 index 000000000000..08768da011b7 --- /dev/null +++ b/net/libproxy/files/patch-libproxy_cmake_modules.cmk @@ -0,0 +1,16 @@ +--- libproxy/cmake/modules.cmk.orig 2011-01-08 01:06:52.000000000 +0100 ++++ libproxy/cmake/modules.cmk 2011-01-08 01:07:02.000000000 +0100 +@@ -17,10 +17,10 @@ include(cmake/modules/pacrunner_mozjs.cm + include(cmake/modules/pacrunner_webkit.cmk) + + # Build the pacrunner into libproxy unless we are building for multiple engines +-set(BIPR 1) +-if(MOZJS_FOUND AND WEBKIT_FOUND) ++#set(BIPR 1) ++#if(MOZJS_FOUND AND WEBKIT_FOUND) + set(BIPR 0) +-endif() ++#endif() + + # + ## Module definition -- cgit v1.2.3