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 13:25:51 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-04 13:25:51 +0000
commit89b85eda60769fe941a2e64ea4d296617befc2af (patch)
treef10b4bb39f8fe221b930623636d1d4ce3b74b251 /packages/opensync/libopensync-0.36/no-python-check.patch
parent7efe32a8489c41f1fedb5bcca5b4ffdbc4713359 (diff)
parent810fb5eba6f2e57ce61b96361fb3445aac331ddf (diff)
merge of '59560bb699e5c53442482270321f0392e8772228'
and 'd7ac2578b689d01a8d9b17579781f0f7a6926ebd'
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 )