unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0460b631a784c9114c456264cbf9a52eef1233bb 1581 bytes (raw)
name: gnu/packages/patches/freesolid-configure.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
 
Fixes an incompatibility with Libtool 2+.

Rebased on FreeSOLID-2.1.2.

Originally retrieved from Fedora (see:
https://src.fedoraproject.org/rpms/FreeSOLID/raw/rawhide/f/FreeSOLID-2.1.1-configure.patch).

Upstream-status: https://sourceforge.net/p/freesolid/patches/10/

--- FreeSOLID-2.1.1/configure.in.orig	2012-05-24 20:58:30.000000000 +0200
+++ FreeSOLID-2.1.1/configure.in	2012-05-24 21:08:00.932445488 +0200
@@ -1,8 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(sample/sample.cpp)
+AC_INIT
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_SRCDIR([sample/sample.cpp])
 
-AC_CANONICAL_SYSTEM
+AC_CONFIG_MACRO_DIR([m4])
+
+AC_CANONICAL_TARGET
 PACKAGE=FreeSOLID
 VERSION=2.1.1
 FREESOLID_CURRENT=2
@@ -15,15 +18,14 @@
 
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 
-AM_CONFIG_HEADER(include/config.h)
+AC_CONFIG_HEADERS([include/config.h])
 
 dnl Checks for programs.
-AC_LIBTOOL_WIN32_DLL
 AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 CPPFLAGS="$CPPFLAGS -I../include -I./include -I. -I../libbroad -I../libmoto"
 AC_SUBST(CPPFLAGS)
@@ -52,11 +54,6 @@
 AC_CHECK_FUNCS(sqrt)
 AC_CHECK_FUNCS(fabs)
 
-AC_OUTPUT([ doc/Makefile 
-            sample/Makefile 
-            Makefile 
-            libbroad/Makefile 
-            libmoto/Makefile 
-            libsolid/Makefile 
-            freesolid-config
-            FreeSOLID.pc])
+AC_CONFIG_FILES([doc/Makefile sample/Makefile Makefile libbroad/Makefile libmoto/Makefile libsolid/Makefile freesolid-config])
+AC_CONFIG_FILES([FreeSOLID.pc])
+AC_OUTPUT

debug log:

solving 0460b631a7 ...
found 0460b631a7 in https://yhetil.org/guix-patches/b10b03479170ae6dc901fe2c304996685fea5331.1730096728.git.maxim.cournoyer@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/b10b03479170ae6dc901fe2c304996685fea5331.1730096728.git.maxim.cournoyer@gmail.com/
diff --git a/gnu/packages/patches/freesolid-configure.patch b/gnu/packages/patches/freesolid-configure.patch
new file mode 100644
index 0000000000..0460b631a7

1:24: trailing whitespace.
 
1:33: trailing whitespace.
 
1:35: trailing whitespace.
 
1:38: trailing whitespace.
 
1:47: trailing whitespace.
 
Checking patch gnu/packages/patches/freesolid-configure.patch...
Applied patch gnu/packages/patches/freesolid-configure.patch cleanly.
warning: squelched 7 whitespace errors
warning: 12 lines add whitespace errors.

index at:
100644 0460b631a784c9114c456264cbf9a52eef1233bb	gnu/packages/patches/freesolid-configure.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).