diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-05-10 14:17:30 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-05-10 14:17:30 -0500 |
commit | a8cde52d735728864a8d73b997d632ee1ac87958 (patch) | |
tree | 07c53744e2beb0285c248b27c899412516ceb0e8 /testing/soprano/redland.patch | |
parent | 5545fdb63c79ddc388f61b3f5ca8f15738bcc18a (diff) | |
download | aports-a8cde52d735728864a8d73b997d632ee1ac87958.tar.bz2 aports-a8cde52d735728864a8d73b997d632ee1ac87958.tar.xz |
testing/soprano: build redland backend
Diffstat (limited to 'testing/soprano/redland.patch')
-rw-r--r-- | testing/soprano/redland.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/soprano/redland.patch b/testing/soprano/redland.patch new file mode 100644 index 0000000000..24806db411 --- /dev/null +++ b/testing/soprano/redland.patch @@ -0,0 +1,11 @@ +--- soprano-2.6.0.orig/cmake/modules/FindRedland.cmake ++++ soprano-2.6.0/cmake/modules/FindRedland.cmake +@@ -113,7 +113,7 @@ + ARGS ${_REDLAND_STORAGE_LIBS} + ) + if(NOT "${_TEST_EXITCODE}" EQUAL 0) +- set(_REDLAND_VERSION_OK) ++# set(_REDLAND_VERSION_OK) + message(STATUS "${_OUTPUT}") + message(STATUS "Redland with broken NEEDED section detected, disabling") + endif(NOT "${_TEST_EXITCODE}" EQUAL 0) |