all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 738597b519a91274c23820d62ec1733766d1d225 573 bytes (raw)
name: gnu/packages/patches/libofa-9.diff 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
Description: use new macro for initializing libltdl
 Use LTDL_INIT([convenience]) instead of AC_LIBLTDL_CONVENIENCE to fix FTBFS
 while autoreconfing.
Author: Logan Rosen <logan@ubuntu.com>
Last-Update: <2014-01-04>
Index: libofa-0.9.3/configure.in
===================================================================
--- libofa-0.9.3.orig/configure.in
+++ libofa-0.9.3/configure.in
@@ -28,7 +28,7 @@ dnl Checks for programs.
 AC_PREREQ(2.52)
 AC_PROG_AWK
 AC_PROG_CC
-AC_LIBLTDL_CONVENIENCE
+LTDL_INIT([convenience])
 AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)  
 AC_PROG_CXX

debug log:

solving 738597b519 ...
found 738597b519 in https://yhetil.org/guix/b8c0ab3a-857f-c4f0-f614-936e9ffd1e28@disroot.org/

applying [1/1] https://yhetil.org/guix/b8c0ab3a-857f-c4f0-f614-936e9ffd1e28@disroot.org/
diff --git a/gnu/packages/patches/libofa-9.diff b/gnu/packages/patches/libofa-9.diff
new file mode 100644
index 0000000000..738597b519

1:23: trailing whitespace.
 AC_SUBST(LIBTOOL_DEPS)  
Checking patch gnu/packages/patches/libofa-9.diff...
Applied patch gnu/packages/patches/libofa-9.diff cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 738597b519a91274c23820d62ec1733766d1d225	gnu/packages/patches/libofa-9.diff

(*) 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.