From 692fb97e2a22c02ba63717da61a0d6e232618cc5 Mon Sep 17 00:00:00 2001 From: Maxin John Date: Wed, 28 Feb 2018 17:29:28 +0200 Subject: nautilus: remove unused patches remove the following unused patch from nautilus and nautilus3: no-try-run-strftime.diff Signed-off-by: Maxin B. John Signed-off-by: Armin Kuster --- .../nautilus/nautilus/no-try-run-strftime.diff | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff (limited to 'meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff') diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff b/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff deleted file mode 100644 index ccd2934b3..000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff +++ /dev/null @@ -1,28 +0,0 @@ ---- /tmp/configure.in 2009-04-13 11:26:43.000000000 +0200 -+++ nautilus-2.26.1/configure.in 2009-04-13 11:28:37.000000000 +0200 -@@ -375,25 +375,6 @@ - - dnl =========================================================================== - --dnl strftime checks -- --AC_TRY_RUN([#include -- int main () -- { -- char buf[100]; -- struct tm tm = {0}; -- tm.tm_year = 99; -- if (strftime(buf, 100, "%EY", &tm) == 4 && -- strcmp (buf, "1999")==0) -- return 0; -- return 1; -- } -- ], -- AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.]) -- ) -- --dnl =========================================================================== -- - # - # Checks for Xft/XRender - # -- cgit v1.2.3-54-g00ecf