| 1 | --- libproxy/CMakeLists.txt.orig 2010-04-29 19:25:32.000000000 +0200 |
| 2 | +++ libproxy/CMakeLists.txt 2010-04-29 19:16:58.000000000 +0200 |
| 3 | @@ -96,20 +96,20 @@ |
| 4 | endif() |
| 5 | endif() |
| 6 | |
| 7 | -if(APPLE) |
| 8 | - find_library(WEBKIT_LIBRARIES JavaScriptCore) |
| 9 | - find_library(SC_LIBRARIES SystemConfiguration) |
| 10 | - find_library(CF_LIBRARIES CoreFoundation) |
| 11 | - if(WEBKIT_LIBRARIES) |
| 12 | - set(WEBKIT_FOUND 1) |
| 13 | - endif() |
| 14 | - if(SC_LIBRARIES) |
| 15 | - set(SC_FOUND 1) |
| 16 | - endif() |
| 17 | - if(CF_LIBRARIES) |
| 18 | - set(CF_FOUND 1) |
| 19 | - endif() |
| 20 | -endif() |
| 21 | +# if(APPLE) |
| 22 | +# find_library(WEBKIT_LIBRARIES JavaScriptCore) |
| 23 | +# find_library(SC_LIBRARIES SystemConfiguration) |
| 24 | +# find_library(CF_LIBRARIES CoreFoundation) |
| 25 | +# if(WEBKIT_LIBRARIES) |
| 26 | +# set(WEBKIT_FOUND 1) |
| 27 | +# endif() |
| 28 | +# if(SC_LIBRARIES) |
| 29 | +# set(SC_FOUND 1) |
| 30 | +# endif() |
| 31 | +# if(CF_LIBRARIES) |
| 32 | +# set(CF_FOUND 1) |
| 33 | +# endif() |
| 34 | +# endif() |
| 35 | |
| 36 | # Build the pacrunner into libproxy unless we are building for multiple engines |
| 37 | set(BIPR 1) |