summaryrefslogtreecommitdiff
path: root/sci-electronics/xoscope/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-15 23:13:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-15 23:13:45 +0100
commite87ef1b6ce856ae8859bdfce8028fb992f3e3763 (patch)
treed51e0c41adf3586e9a393881cee3ec0a9ed48977 /sci-electronics/xoscope/files
parent0c80ffd3caee224555f8b394b6b2c05b2752f440 (diff)
gentoo auto-resync : 15:09:2022 - 23:13:44
Diffstat (limited to 'sci-electronics/xoscope/files')
-rw-r--r--sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch b/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch
deleted file mode 100644
index 124a8fdd767c..000000000000
--- a/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix FTBFS with GCC 10
-Bug-Debian: https://bugs.debian.org/957990
-Forwarded: https://sourceforge.net/p/xoscope/discussion/23485/thread/d6fba12f59/
-Author: Raymundo Cassani <raymundo.cassani@gmail.com>
-Last-Update: 2020-05-20
-
---- a/display.c
-+++ b/display.c
-@@ -35,7 +35,6 @@
- #define DEBUG 0
-
- int triggered = 0; /* whether we've triggered or not */
--void *font;
- int math_warning = 0; /* TRUE if math has a problem */
-
- struct signal_stats stats;