]> git.pld-linux.org Git - packages/seed.git/commitdiff
- added ac patch (AC_PROG_CPP required before AC_TRY_LINK, otherwise check for <mpfr...
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jan 2023 18:55:16 +0000 (19:55 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jan 2023 18:55:16 +0000 (19:55 +0100)
seed-ac.patch [new file with mode: 0644]
seed.spec

diff --git a/seed-ac.patch b/seed-ac.patch
new file mode 100644 (file)
index 0000000..45d0ab1
--- /dev/null
@@ -0,0 +1,11 @@
+Ensure AC_PROG_CPP before AC_TRY_CPP
+--- seed-3.8.1/configure.ac.orig       2013-04-16 09:59:57.000000000 +0200
++++ seed-3.8.1/configure.ac    2023-01-31 19:49:18.278394102 +0100
+@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
+ AC_CANONICAL_HOST
+ AC_PROG_CC
++AC_PROG_CPP
+ AM_PROG_CC_C_O
+ AC_PROG_LIBTOOL
+ PKG_PROG_PKG_CONFIG
index d2bcc8f4abeb15d5c7dc9bc77a8440a1258a7942..4bf85ce2df481d75a9878321c8b8b8f1f22103f0 100644 (file)
--- a/seed.spec
+++ b/seed.spec
@@ -14,6 +14,7 @@ Source0:      https://download.gnome.org/sources/seed/3.8/%{name}-%{version}.tar.xz
 Patch0:                format-security.patch
 Patch1:                gtkdoc.patch
 Patch2:                %{name}-array-filename.patch
+Patch3:                %{name}-ac.patch
 URL:           https://wiki.gnome.org/Seed
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
@@ -97,6 +98,7 @@ Dokumentacja API biblioteki seed.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__gtkdocize}
This page took 0.128083 seconds and 4 git commands to generate.