Author: urkud
Date: Thu Oct 14 09:52:10 2010
New Revision: 24270
URL: https://svn.nixos.org/websvn/nix/?rev=24270&sc=1

Log:
Fix digikam buld

Added:
   nixpkgs/trunk/pkgs/applications/graphics/digikam/include.diff
Modified:
   nixpkgs/trunk/pkgs/applications/graphics/digikam/default.nix

Modified: nixpkgs/trunk/pkgs/applications/graphics/digikam/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/graphics/digikam/default.nix        Wed Oct 
13 21:18:35 2010        (r24269)
+++ nixpkgs/trunk/pkgs/applications/graphics/digikam/default.nix        Thu Oct 
14 09:52:10 2010        (r24270)
@@ -16,6 +16,8 @@
 
   KDEDIRS=kdeedu;
 
+  patches = [ ./include.diff ];
+
   meta = {
     description = "Photo Management Program";
     license = "GPL";

Added: nixpkgs/trunk/pkgs/applications/graphics/digikam/include.diff
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/applications/graphics/digikam/include.diff       Thu Oct 
14 09:52:10 2010        (r24270)
@@ -0,0 +1,12 @@
+diff --git a/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt 
b/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
+index 9ee36cc..c6e5c00 100644
+--- a/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
++++ b/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
+@@ -18,6 +18,7 @@ IF(MARBLEWIDGET_SUPPORTS_PLUGINS)
+ 
+     INCLUDE_DIRECTORIES( 
${CMAKE_CURRENT_SOURCE_DIR}/libs/imageproperties/markerclusterholderplugin/
+                          
${CMAKE_BINARY_DIR}/libs/imageproperties/markerclusterholderplugin/
++                                               
${LIBMARBLEWIDGET_INCLUDE_DIR}/..
+                          ${QT_INCLUDE_DIR}
+                        )
+ 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to