unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 5a329709401b591b06146d64671de9bb47fe553f 1065 bytes (raw)
name: gnu/packages/patches/gctp-fix-soname.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
24
25
26
27
28
29
30
31
 
Make library name all-lowercase.

---
 gctp/src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gctp/src/Makefile.am b/gctp/src/Makefile.am
index 76ecf1c..97c2438 100755
--- a/gctp/src/Makefile.am
+++ b/gctp/src/Makefile.am
@@ -4,7 +4,7 @@
 include $(top_srcdir)/config/include.am
 
 # Library to build
-lib_LTLIBRARIES = libGctp.la
+lib_LTLIBRARIES = libgctp.la
 
 ## Normally DEFAULT_INCLUDES is supplied by Automake, but one of the
 ## directories included by default is $(top_builddir)/include, which
@@ -17,7 +17,7 @@ DEFAULT_INCLUDES = -I. -I$(srcdir)
 INCLUDES=-I$(srcdir)/../include/
 
 # Library source files
-libGctp_la_SOURCES = gctp.c alberfor.c alberinv.c alconfor.c alconinv.c      \
+libgctp_la_SOURCES = gctp.c alberfor.c alberinv.c alconfor.c alconinv.c      \
           azimfor.c aziminv.c bceafor.c bceainv.c br_gctp.c ceafor.c         \
           ceainv.c cproj.c eqconfor.c eqconinv.c equifor.c equiinv.c         \
           for_init.c gnomfor.c gnominv.c goodfor.c goodinv.c gvnspfor.c      \
-- 
2.5.0


debug log:

solving 5a32970 ...
found 5a32970 in https://yhetil.org/guix-devel/20160617.112927.1132427559771615204.post@thomasdanckaert.be/ ||
	https://yhetil.org/guix-devel/20160617.144017.336729442489418576.post@thomasdanckaert.be/ ||
	https://yhetil.org/guix-devel/20160617.144138.625731007739944704.thomas.danckaert@gmail.com/

applying [1/1] https://yhetil.org/guix-devel/20160617.112927.1132427559771615204.post@thomasdanckaert.be/
diff --git a/gnu/packages/patches/gctp-fix-soname.patch b/gnu/packages/patches/gctp-fix-soname.patch
new file mode 100644
index 0000000..5a32970

1:19: trailing whitespace.
 
1:23: trailing whitespace.
 
1:28: trailing whitespace.
 
1:35: trailing whitespace.
-- 
Checking patch gnu/packages/patches/gctp-fix-soname.patch...
1:37: new blank line at EOF.
+
Applied patch gnu/packages/patches/gctp-fix-soname.patch cleanly.
warning: 5 lines add whitespace errors.

skipping https://yhetil.org/guix-devel/20160617.144017.336729442489418576.post@thomasdanckaert.be/ for 5a32970
skipping https://yhetil.org/guix-devel/20160617.144138.625731007739944704.thomas.danckaert@gmail.com/ for 5a32970
index at:
100644 5a329709401b591b06146d64671de9bb47fe553f	gnu/packages/patches/gctp-fix-soname.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).