summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormarkd <markd>2012-03-23 22:19:07 +0000
committermarkd <markd>2012-03-23 22:19:07 +0000
commitd00de1d88abd340033b3f9c9e28524f8e2992d80 (patch)
treeb64d04904e0222d76e97c1d78e7291cc31fb8773 /devel
parente1d7b4b0997f30f671cf20965c6fb992850eccb7 (diff)
downloadpkgsrc-d00de1d88abd340033b3f9c9e28524f8e2992d80.tar.gz
Don't try and find qjson. If it did happen to find it would
try and build and install a test app.
Diffstat (limited to 'devel')
-rw-r--r--devel/libdbusmenu-qt/distinfo3
-rw-r--r--devel/libdbusmenu-qt/patches/patch-tools_CMakeLists.txt12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/libdbusmenu-qt/distinfo b/devel/libdbusmenu-qt/distinfo
index d64daa31565..752ada5b821 100644
--- a/devel/libdbusmenu-qt/distinfo
+++ b/devel/libdbusmenu-qt/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/03/10 20:33:14 markd Exp $
+$NetBSD: distinfo,v 1.3 2012/03/23 22:19:07 markd Exp $
SHA1 (libdbusmenu-qt-0.9.0.tar.bz2) = 690a885825d45579607f3d6708aad84b6f3ecdd0
RMD160 (libdbusmenu-qt-0.9.0.tar.bz2) = 6fbaa348f10f7eedd68c1c6860805b0aaf4db195
Size (libdbusmenu-qt-0.9.0.tar.bz2) = 37153 bytes
+SHA1 (patch-tools_CMakeLists.txt) = 1e270795ee3ee1d6a0a3a75b1c7e7c8806129aa5
diff --git a/devel/libdbusmenu-qt/patches/patch-tools_CMakeLists.txt b/devel/libdbusmenu-qt/patches/patch-tools_CMakeLists.txt
new file mode 100644
index 00000000000..eae1b97e29b
--- /dev/null
+++ b/devel/libdbusmenu-qt/patches/patch-tools_CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD: patch-tools_CMakeLists.txt,v 1.1 2012/03/23 22:19:08 markd Exp $
+
+Dont accidently find qjson.
+
+--- tools/CMakeLists.txt.orig 2011-08-30 09:40:07.000000000 +0000
++++ tools/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-find_package(QJSON)
++#find_package(QJSON)
+ if (QJSON_FOUND)
+ message(STATUS "QJSON found, testapp will be built")
+ add_subdirectory(testapp)