diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-14 07:38:20 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-14 07:38:20 +0000 |
commit | 89583e1a3f8c3106f1ac6a7cc75d2b68592637c4 (patch) | |
tree | 6672a21ac51d5ae8eb31bddd7a5210fb77c32687 /textproc/zorba/files/patch-CMakeLists.txt | |
parent | - Update to 7.11 (diff) |
- New port: textproc/zorba
Zorba is a general purpose XQuery processor implementing in C++ the W3C
family of specifications. The query processor has been designed to be
embeddable in a variety of environments such as other programming languages
extended with XML processing capabilities, browsers, database servers, XML
message dispatchers, or smartphones. Zorba can be accessed through APIs from
C, C++, Ruby, Python, Java, and PHP. Zorba runs on most platforms and is
available under the Apache license v2.
WWW: http://www.zorba-xquery.com
Diffstat (limited to 'textproc/zorba/files/patch-CMakeLists.txt')
-rw-r--r-- | textproc/zorba/files/patch-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/zorba/files/patch-CMakeLists.txt b/textproc/zorba/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ed27c28641ad --- /dev/null +++ b/textproc/zorba/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2011-08-12 10:26:33.000000000 +0200 ++++ CMakeLists.txt 2011-08-12 10:26:28.000000000 +0200 +@@ -37,6 +37,10 @@ + SET(LINUX "${CMAKE_SYSTEM}") + ENDIF("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") + ++IF("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") ++ SET(FREEBSD "${CMAKE_SYSTEM}") ++ENDIF("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") ++ + # custom ctest options + CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake) + |