unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 0f364ca3ffd3ba4bf91cd39bd3cbc8fde488a555 349 bytes (raw)
name: gnu/packages/patches/celestia-lua-config.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Allow Celestia to configure in the absense of a pkg-config file for lua.

--- celestia-1.6.1/configure.orig	2011-06-05 13:33:27.000000000 -0500
+++ celestia-1.6.1/configure	2015-07-01 22:16:52.820366266 -0500
@@ -28433,7 +28433,7 @@
 fi
 
 
-if (test "$enable_lua" != "no"); then
+if (test "$enable_lua" = "auto"); then
 	LUA_VER=0
 
 pkg_failed=no

debug log:

solving 0f364ca ...
found 0f364ca in https://yhetil.org/guix-devel/1435811397-16111-1-git-send-email-ericbavier@openmailbox.org/

applying [1/1] https://yhetil.org/guix-devel/1435811397-16111-1-git-send-email-ericbavier@openmailbox.org/
diff --git a/gnu/packages/patches/celestia-lua-config.patch b/gnu/packages/patches/celestia-lua-config.patch
new file mode 100644
index 0000000..0f364ca

1:13: trailing whitespace.
 
1:14: trailing whitespace.
 
1:17: space before tab in indent.
 	LUA_VER=0
1:18: trailing whitespace.
 
Checking patch gnu/packages/patches/celestia-lua-config.patch...
Applied patch gnu/packages/patches/celestia-lua-config.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 0f364ca3ffd3ba4bf91cd39bd3cbc8fde488a555	gnu/packages/patches/celestia-lua-config.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).