summaryrefslogtreecommitdiff
path: root/app-arch/engrampa/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /app-arch/engrampa/files
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'app-arch/engrampa/files')
-rw-r--r--app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch b/app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch
deleted file mode 100644
index 61e23e087cf6..000000000000
--- a/app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 623bd665371e3afd9dc6fa29f9e1cfe735681358 Mon Sep 17 00:00:00 2001
-From: rbuj <robert.buj@gmail.com>
-Date: Wed, 29 Jan 2020 15:52:44 +0100
-Subject: [PATCH] Fix build using gcc 10 -fno-common flag
-
----
- src/main.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/main.c b/src/main.c
-index 56e75ea0..a9e297dc 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -33,8 +33,6 @@
-
- #include "fr-init.h"
-
--gint ForceDirectoryCreation;
--
- static char **remaining_args;
- static char *add_to = NULL;
- static int add;