summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2012-01-08 17:44:23 +0000
committeradam <adam>2012-01-08 17:44:23 +0000
commit445f2b9ec4e15316c712a25c043eecb11053f073 (patch)
tree0bbdb3ee41ad0400335888f9be4db1e727997bd9
parentf1a85e4e10b5824eccc52c749251701c4cb4892d (diff)
downloadpkgsrc-445f2b9ec4e15316c712a25c043eecb11053f073.tar.gz
Fix for PR#45800
-rw-r--r--devel/cmake/distinfo3
-rw-r--r--devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo
index ac80a481623..8ba3186cc49 100644
--- a/devel/cmake/distinfo
+++ b/devel/cmake/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.34 2012/01/08 09:47:42 adam Exp $
+$NetBSD: distinfo,v 1.35 2012/01/08 17:44:23 adam Exp $
SHA1 (cmake-2.8.7.tar.gz) = d206182b454f4d1ddeb0f11d7d1be8a66e5c2464
RMD160 (cmake-2.8.7.tar.gz) = 13b188e75152feef4e5692807e3a9e7c34b26fe3
Size (cmake-2.8.7.tar.gz) = 5667409 bytes
SHA1 (patch-Modules_FindX11.cmake) = a75a6834a376a51a314989b9996a5208cc0682ab
+SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = 4e8cef0eab2ad8cb27cd7076e077bb5e7425a95c
SHA1 (patch-aa) = 1af37a3f7bd8423785acff80d7b89c75018e5cab
SHA1 (patch-ab) = ef595be6f88f74622d1ef0d850a626882bf9c80a
SHA1 (patch-ac) = 1f11e98d50127fae12286708215a90f118b2d2bc
diff --git a/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt b/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt
new file mode 100644
index 00000000000..1840b4a6439
--- /dev/null
+++ b/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD: patch-Utilities_KWIML_CMakeLists.txt,v 1.1 2012/01/08 17:44:23 adam Exp $
+
+Disable tests. Solves some preprocessor problems.
+
+--- Utilities/KWIML/CMakeLists.txt.orig 2012-01-08 16:31:36.000000000 +0000
++++ Utilities/KWIML/CMakeLists.txt
+@@ -75,5 +75,4 @@ endforeach()
+
+ #-----------------------------------------------------------------------------
+ if(BUILD_TESTING)
+- add_subdirectory(test)
+ endif()