summaryrefslogtreecommitdiff
path: root/packages/opensync/libopensync-0.36/no-python-check.patch
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-08-04 15:13:29 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-04 15:13:29 +0000
commit29f6b384ef2899fda7d18b990622a9b30a7aa8d2 (patch)
tree00c1880e6891890663fc95ff9d3f12e631c26b36 /packages/opensync/libopensync-0.36/no-python-check.patch
parent615fc240efab913c303ec3a464c341cbddba4687 (diff)
parent89b85eda60769fe941a2e64ea4d296617befc2af (diff)
merge of '0675e9a3e7f3d9faa1311df4548be2e200c02760'
and 'ed7f086a6f3dc6bc06899e467a960cd37d7f2a9c'
Diffstat (limited to 'packages/opensync/libopensync-0.36/no-python-check.patch')
-rw-r--r--packages/opensync/libopensync-0.36/no-python-check.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/opensync/libopensync-0.36/no-python-check.patch b/packages/opensync/libopensync-0.36/no-python-check.patch
new file mode 100644
index 0000000000..08a53cb9eb
--- /dev/null
+++ b/packages/opensync/libopensync-0.36/no-python-check.patch
@@ -0,0 +1,18 @@
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- libopensync-0.36.orig/CMakeLists.txt
++++ libopensync-0.36/CMakeLists.txt
+@@ -26,11 +26,10 @@ INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BIN
+
+ FIND_PACKAGE( GLIB2 REQUIRED )
+ FIND_PACKAGE( Sqlite3 REQUIRED )
+ FIND_PACKAGE( LibXml2 REQUIRED )
+ FIND_PACKAGE( SWIG )
+-FIND_PACKAGE( PythonLibs )
+ FIND_PACKAGE( Check )
+
+ ADD_SUBDIRECTORY( opensync )
+ ADD_SUBDIRECTORY( formats )
+ ADD_SUBDIRECTORY( tools )