all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 694e0aaf940dec75b7335c0599be190d582bdd70 490 bytes (raw)
name: gnu/packages/patches/monero-fix-version.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
Fixes error during configure.
Will be upstream in monero-0.12.1.0.

diff --git a/cmake/Version.cmake b/cmake/Version.cmake
index 439c4c5..3677e80 100644
--- a/cmake/Version.cmake
+++ b/cmake/Version.cmake
@@ -28,7 +28,7 @@
 
 function (write_static_version_header hash)
   set(VERSIONTAG "${hash}")
-  configure_file("src/version.cpp.in" "version.cpp")
+  configure_file("${CMAKE_SOURCE_DIR}/src/version.cpp.in" "${CMAKE_BINARY_DIR}/version.cpp")
 endfunction ()
 
 find_package(Git QUIET)

debug log:

solving 694e0aaf9 ...
found 694e0aaf9 in https://yhetil.org/guix/20180519185437.23665-2-theodoros@foradis.org/

applying [1/1] https://yhetil.org/guix/20180519185437.23665-2-theodoros@foradis.org/
diff --git a/gnu/packages/patches/monero-fix-version.patch b/gnu/packages/patches/monero-fix-version.patch
new file mode 100644
index 000000000..694e0aaf9

1:15: trailing whitespace.
 
1:21: trailing whitespace.
 
Checking patch gnu/packages/patches/monero-fix-version.patch...
Applied patch gnu/packages/patches/monero-fix-version.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 694e0aaf940dec75b7335c0599be190d582bdd70	gnu/packages/patches/monero-fix-version.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.