]> git.pld-linux.org Git - packages/seed.git/blobdiff - seed-ac.patch
- added ac patch (AC_PROG_CPP required before AC_TRY_LINK, otherwise check for <mpfr...
[packages/seed.git] / seed-ac.patch
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
This page took 0.078808 seconds and 4 git commands to generate.