summaryrefslogtreecommitdiff
path: root/sysutils/thefish/files/patch-main.c
diff options
context:
space:
mode:
authorChris Hutchinson <portmaster@bsdforge.com>2024-07-02 07:22:37 +0200
committerZsolt Udvari <uzsolt@FreeBSD.org>2024-07-02 07:26:12 +0200
commit70a67dbdf65a214e42854ff125fb8f1a56089346 (patch)
tree3f9968c690f4661f3cba0a6ae70598308a440493 /sysutils/thefish/files/patch-main.c
parentgames/anki: Update to 24.06.3 (diff)
sysutils/thefish: Update to 0.6.8
Remove options because can choose between GTK2 and Qt3, Qt3 is outdated. Project moves to codeberg. Switch to DISTVERSION. Add LICENSE_FILE. PR: 279282 Approved by: Submitter is maintainer
Diffstat (limited to 'sysutils/thefish/files/patch-main.c')
-rw-r--r--sysutils/thefish/files/patch-main.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/thefish/files/patch-main.c b/sysutils/thefish/files/patch-main.c
deleted file mode 100644
index 3d0b82955764..000000000000
--- a/sysutils/thefish/files/patch-main.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- main.c.orig 2015-11-09 12:50:35.505718000 -0800
-+++ main.c 2015-11-09 12:51:47.774569000 -0800
-@@ -49,8 +49,6 @@
- #include "qt_ui.h"
- #endif
-
--#include "ncurses_ui.h"
--
- static void usage(void);
- static void about(void);
- void purge(void);
-@@ -182,10 +180,6 @@
- argc, argv);
- #endif
-
-- } else {
--
-- create_ncurses_ui(my_rc_defaults);
--
- }
-
- return 0;