summaryrefslogtreecommitdiffstats
path: root/contrib/cmake/FindPHP5.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cmake/FindPHP5.cmake')
-rw-r--r--contrib/cmake/FindPHP5.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cmake/FindPHP5.cmake b/contrib/cmake/FindPHP5.cmake
index d449112..eee8e3f 100644
--- a/contrib/cmake/FindPHP5.cmake
+++ b/contrib/cmake/FindPHP5.cmake
@@ -1,4 +1,8 @@
if (UNIX)
+ if (APPLE)
+ # mavericks broke it - will look into it eventually
+ return()
+ endif()
if (NOT PHP_CONFIG)
find_program(PHP_CONFIG
NAMES php-config