unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 6d1c434b6fabd56dedca55bdcd6b15b52133ca6d 1009 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
 
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/

--- a/configure.in	2024-10-28 10:54:46.642783784 +0900
+++ b/configure.in	2024-10-28 10:55:47.558771350 +0900
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(sample/sample.cpp)
+AC_INIT
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
 PACKAGE=FreeSOLID
 VERSION=2.1.1
 FREESOLID_CURRENT=2
@@ -15,15 +14,15 @@
 
 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)

debug log:

solving 6d1c434b6f ...
found 6d1c434b6f in https://yhetil.org/guix-patches/f31f33b52776e8e7d398a9ace4c08c78b9608edf.1730086201.git.maxim.cournoyer@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/f31f33b52776e8e7d398a9ace4c08c78b9608edf.1730086201.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..6d1c434b6f

1:23: trailing whitespace.
 
1:30: trailing whitespace.
 
1:32: trailing whitespace.
 
1:35: trailing whitespace.
 
1:44: trailing whitespace.
 
Checking patch gnu/packages/patches/freesolid-configure.patch...
Applied patch gnu/packages/patches/freesolid-configure.patch cleanly.
warning: 5 lines add whitespace errors.

index at:
100644 6d1c434b6fabd56dedca55bdcd6b15b52133ca6d	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).