From e0d3b582a2570bf28563337127771c24c3ebf088 Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Thu, 28 Mar 2019 15:48:33 +0100 Subject: [PATCH] pidgin-guifications add missing patch Signed-off-by: guibuilder_pel7x64builder0 --- SOURCES/pidgin-guifications-2.14-stdc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SOURCES/pidgin-guifications-2.14-stdc.patch diff --git a/SOURCES/pidgin-guifications-2.14-stdc.patch b/SOURCES/pidgin-guifications-2.14-stdc.patch new file mode 100644 index 0000000..3801cd9 --- /dev/null +++ b/SOURCES/pidgin-guifications-2.14-stdc.patch @@ -0,0 +1,12 @@ +diff -up pidgin-guifications-2.14/configure.ac.stdc pidgin-guifications-2.14/configure.ac +--- pidgin-guifications-2.14/configure.ac.stdc 2008-01-03 10:27:07.000000000 -0500 ++++ pidgin-guifications-2.14/configure.ac 2008-01-03 10:27:15.000000000 -0500 +@@ -58,7 +58,7 @@ AM_GLIB_GNU_GETTEXT + # Look for the C compiler + # + CFLAGS_save="$CFLAGS" +-AC_PROG_CC_STDC ++AC_PROG_CC + CFLAGS="$CFLAGS_save" + + AC_ARG_ENABLE(debug, [ --enable-debug compile with debugging support],,enable_debug=no)