all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 63542aa7c2b6bb9701e647c28d5c8875ac609e67 809 bytes (raw)
name: gnu/packages/patches/tclxml-3.2-install.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
--- ./Makefile.in~	2016-02-06 01:29:16.595090365 +0100
+++ ./Makefile.in	2016-02-06 09:29:04.286008931 +0100
@@ -76,7 +76,7 @@
 
 srcdir		= @srcdir@
 prefix		= @prefix@
-exec_prefix	= @exec_prefix@
+exec_prefix	= @prefix@
 
 bindir		= @bindir@
 libdir		= @libdir@
@@ -133,9 +133,9 @@
 # require for testing here (like TCLX_LIBRARY).
 #========================================================================
 
-EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR)
+EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR):$(libdir)
 #EXTRA_PATH     = $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR)
-TCLLIBPATH      = $(top_builddir)
+TCLLIBPATH      = $(pkglibdir)
 TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
 		  @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
 		  PATH="$(EXTRA_PATH):$(PATH)" \

debug log:

solving 63542aa ...
found 63542aa in https://yhetil.org/guix/87r3gleiu1.fsf@gnu.org/ ||
	https://yhetil.org/guix/87oabmdhj8.fsf@gnu.org/

applying [1/1] https://yhetil.org/guix/87r3gleiu1.fsf@gnu.org/
diff --git a/gnu/packages/patches/tclxml-3.2-install.patch b/gnu/packages/patches/tclxml-3.2-install.patch
new file mode 100644
index 0000000..63542aa

1:10: trailing whitespace.
 
1:15: trailing whitespace.
 
1:21: trailing whitespace.
 
1:28: space before tab in indent.
 		  @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
1:29: space before tab in indent.
 		  PATH="$(EXTRA_PATH):$(PATH)" \
Checking patch gnu/packages/patches/tclxml-3.2-install.patch...
Applied patch gnu/packages/patches/tclxml-3.2-install.patch cleanly.
warning: 5 lines add whitespace errors.

skipping https://yhetil.org/guix/87oabmdhj8.fsf@gnu.org/ for 63542aa
index at:
100644 63542aa7c2b6bb9701e647c28d5c8875ac609e67	gnu/packages/patches/tclxml-3.2-install.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.