SOURCES: kde4-kdesdk-kiosvn.patch (NEW) - hardcode /usr/include/apr-util in...
shadzik
shadzik at pld-linux.org
Tue Oct 28 02:04:44 CET 2008
Author: shadzik Date: Tue Oct 28 01:04:44 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- hardcode /usr/include/apr-util inclusion for kio-svn
- there's another way (a better one i guess) to do this, by patching FindSVN.cmake module, but that seems more complicated and i hadn't the time
---- Files affected:
SOURCES:
kde4-kdesdk-kiosvn.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kde4-kdesdk-kiosvn.patch
diff -u /dev/null SOURCES/kde4-kdesdk-kiosvn.patch:1.1
--- /dev/null Tue Oct 28 02:04:44 2008
+++ SOURCES/kde4-kdesdk-kiosvn.patch Tue Oct 28 02:04:38 2008
@@ -0,0 +1,9 @@
+--- kioslave/svn/CMakeLists.txt~ 2008-01-05 00:57:53.000000000 +0100
++++ kioslave/svn/CMakeLists.txt 2008-10-28 01:56:00.341958250 +0100
+@@ -1,5 +1,5 @@
+ if(SUBVERSION14)
+-include_directories(${SVN_INCLUDES})
++include_directories(${SVN_INCLUDES} /usr/include/apr-util)
+ else(SUBVERSION14)
+ add_definitions(${SVN_INCLUDES})
+ endif(SUBVERSION14)
================================================================
More information about the pld-cvs-commit
mailing list