1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk
2011-08-23 18:29:54 +00:00

12 lines
388 B
Plaintext

--- libproxy/cmake/modules/pacrunner_webkit.cmk.orig 2011-01-08 01:14:30.000000000 +0100
+++ libproxy/cmake/modules/pacrunner_webkit.cmk 2011-01-08 01:16:05.000000000 +0100
@@ -12,5 +12,6 @@ elseif(APPLE)
set(WEBKIT_FOUND 1)
endif()
else()
+ option(WITH_WEBKIT "Search for WebKit package" ON)
px_check_modules(WEBKIT webkit-1.0)
-endif()
\ No newline at end of file
+endif()