summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg>2017-02-14 21:31:43 +0000
committerjoerg <joerg>2017-02-14 21:31:43 +0000
commit57bef617b9747b32216b3e7890c03472be244b4c (patch)
treee6996f790eca39853f00fa3a570a6e92c9ca7271 /editors
parentd84ecf5f380dceff35a38de6232fcd037c4efef1 (diff)
downloadpkgsrc-57bef617b9747b32216b3e7890c03472be244b4c.tar.gz
NetBSD needs libutil for openpty and friends.
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/distinfo4
-rw-r--r--editors/codelite/patches/patch-CodeLite_CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo
index 916db4bfa51..ada4d980685 100644
--- a/editors/codelite/distinfo
+++ b/editors/codelite/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2016/06/19 23:01:33 joerg Exp $
+$NetBSD: distinfo,v 1.3 2017/02/14 21:31:43 joerg Exp $
SHA1 (codelite-9.1.tar.gz) = a177e3c04612d96918361fcaae226e23f68be90a
RMD160 (codelite-9.1.tar.gz) = b0ccb31eeadc5a342eba3a562044131868f7ceca
SHA512 (codelite-9.1.tar.gz) = e7caa895c5ba62def98a50a46132940f7135c77ebe3d2fce7f1d83755ed6ce7dfc6aeb013a665b28eb969afcc1004f49284a253297d2317e72bda5f3945ce978
Size (codelite-9.1.tar.gz) = 90366396 bytes
SHA1 (patch-CMakeLists.txt) = aa94edc0803e001f2f56598fa22eb942a250ad1c
-SHA1 (patch-CodeLite_CMakeLists.txt) = f367c85dd00a838272c4b749f4f4d660f4891f8e
+SHA1 (patch-CodeLite_CMakeLists.txt) = 8456740d0de117b8847d8d8745e23ab2c2203e1e
SHA1 (patch-CodeLite_unixprocess__impl.cpp) = bdaf3b9ec65fc7b623ec875148b30c3d9897d17d
SHA1 (patch-LiteEditor_CMakeLists.txt) = cc5f625b5ef79d21a0f2405d699757be20180f46
SHA1 (patch-Plugin_CMakeLists.txt) = 0af7b1ea3f941ebb9ecf41d8b8e4ffa760370fee
diff --git a/editors/codelite/patches/patch-CodeLite_CMakeLists.txt b/editors/codelite/patches/patch-CodeLite_CMakeLists.txt
index 2d6164f00f9..d2d54ad8fa7 100644
--- a/editors/codelite/patches/patch-CodeLite_CMakeLists.txt
+++ b/editors/codelite/patches/patch-CodeLite_CMakeLists.txt
@@ -1,4 +1,4 @@
-$NetBSD: patch-CodeLite_CMakeLists.txt,v 1.1 2016/06/15 22:04:17 kamil Exp $
+$NetBSD: patch-CodeLite_CMakeLists.txt,v 1.2 2017/02/14 21:31:43 joerg Exp $
Add switch for NetBSD to not fall under "other OS".
@@ -9,7 +9,7 @@ Add switch for NetBSD to not fall under "other OS".
if ( IS_FREEBSD )
set(ADDITIONAL_LIBRARIES "-lkvm")
+ elseif ( IS_NETBSD )
-+ set(ADDITIONAL_LIBRARIES "")
++ set(ADDITIONAL_LIBRARIES "-lutil")
elseif ( UNIX AND NOT APPLE )
set(ADDITIONAL_LIBRARIES "-ldl -lutil")
else ( )