unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob f3509fbcf979842e15c44ca38a23f957ced282fe 922 bytes (raw)
name: gnu/packages/patches/cgoban-1.9.14-cflags.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
32
33
34
35
36
37
38
39
40
 
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,9 @@
 #for autoconf 2.1x start configure script with next three lines
 
 AC_PREREQ(2.13)
-AC_INIT(src/cgoban.c)
-AM_INIT_AUTOMAKE(cgoban, 1.9.14)
+AC_INIT([cgoban], [1.9.14])
+AC_CONFIG_SRCDIR([src/cgoban.c])
+AM_INIT_AUTOMAKE([no-define])
 
 #for autoconf 2.5x start configure script with next four lines
 # AC_PREREQ(2.50)
@@ -145,7 +146,7 @@
 ######################################################################
 
 export VERSION
-AC_DEFINE_UNQUOTED(VERSION,$VERSION)
+AC_DEFINE_UNQUOTED(VERSION,["$VERSION"])
 AC_PREFIX_DEFAULT(/usr/games)
 
 dayNum=`echo $date | awk '{ print $1 }'`
@@ -160,6 +161,7 @@
 AC_DEFINE_UNQUOTED(DATE,$DATE)
 AC_DEFINE_UNQUOTED(DATE_FRENCH,$DATE_FRENCH)
 
+AM_PROG_AR
 AC_PROG_MAKE_SET
 AC_PROG_INSTALL
 AC_PROG_CC
@@ -168,7 +170,6 @@
 AC_MINIX
 AC_PROG_CPP
 AC_EXEEXT
-WMS_GET_CFLAGS
 
 AM_CONFIG_HEADER(configure.h)
 AC_SUBST(LIBS)dnl
 

debug log:

solving dc5e9ef15d ...
found dc5e9ef15d in https://yhetil.org/guix-patches/9f324abb-f935-b748-526b-467113e87670@mailbox.org/

applying [1/1] https://yhetil.org/guix-patches/9f324abb-f935-b748-526b-467113e87670@mailbox.org/
diff --git a/gnu/packages/patches/cgoban-1.9.14-cflags.patch b/gnu/packages/patches/cgoban-1.9.14-cflags.patch
new file mode 100644
index 0000000000..dc5e9ef15d

1:11: trailing whitespace.
 
1:18: trailing whitespace.
 
1:23: trailing whitespace.
 
1:28: trailing whitespace.
 
1:33: trailing whitespace.
 
Checking patch gnu/packages/patches/cgoban-1.9.14-cflags.patch...
Applied patch gnu/packages/patches/cgoban-1.9.14-cflags.patch cleanly.
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.

index at:
100644 f3509fbcf979842e15c44ca38a23f957ced282fe	gnu/packages/patches/cgoban-1.9.14-cflags.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).