summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Licht <jonas.licht@fem.tu-ilmenau.de>2020-06-29 19:49:52 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-07-11 13:42:28 +0300
commitf5a3ab31a3bb3e211ee53fd70c582ecc0fec79f5 (patch)
tree71bcb1cf32cabf481e3a8666281d7441c2c51dd6 /dev-libs/cgreen/files
parentdev-util/scons: Bump to 4.0.0 (diff)
downloadgentoo-f5a3ab31a3bb3e211ee53fd70c582ecc0fec79f5.tar.gz
gentoo-f5a3ab31a3bb3e211ee53fd70c582ecc0fec79f5.tar.bz2
gentoo-f5a3ab31a3bb3e211ee53fd70c582ecc0fec79f5.zip
dev-libs/cgreen: add new package
- required by gvm toolset as a new dependency. Closes: https://bugs.gentoo.org/730160 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de> Closes: https://github.com/gentoo/gentoo/pull/16488 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/cgreen/files')
-rw-r--r--dev-libs/cgreen/files/cgreen-1.3.0-cmake-git.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/cgreen/files/cgreen-1.3.0-cmake-git.patch b/dev-libs/cgreen/files/cgreen-1.3.0-cmake-git.patch
new file mode 100644
index 000000000000..283ada2aa70e
--- /dev/null
+++ b/dev-libs/cgreen/files/cgreen-1.3.0-cmake-git.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 350bb89..d496f5a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -62,7 +62,6 @@ execute_process(
+ OUTPUT_VARIABLE GITDIR
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+ )
+-get_filename_component(GITDIR "${GITDIR}" ABSOLUTE)
+
+ # config.h checks
+ include(ConfigureChecks.cmake)
+