summaryrefslogtreecommitdiff
path: root/x11-fm/xfe/files/patch-src_main.cpp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2025-05-31 11:35:38 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2025-05-31 11:35:49 +0200
commit003d0f53117c9eb5a3e26b1b1e70f8cb4a883606 (patch)
tree81801b85d42581f4b3cc00d9487b2c1b38d5a900 /x11-fm/xfe/files/patch-src_main.cpp
parentdevel/electron36: update to 36.3.2 (diff)
x11-fm/xfe: Update to 2.1.1
Diffstat (limited to 'x11-fm/xfe/files/patch-src_main.cpp')
-rw-r--r--x11-fm/xfe/files/patch-src_main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-fm/xfe/files/patch-src_main.cpp b/x11-fm/xfe/files/patch-src_main.cpp
deleted file mode 100644
index 849a7c0fa89e..000000000000
--- a/x11-fm/xfe/files/patch-src_main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/main.cpp.orig 2025-01-24 08:42:30 UTC
-+++ src/main.cpp
-@@ -389,6 +389,11 @@ int main(int argc, char* argv[])
- textdomain(PACKAGE);
- #endif
-
-+#if defined(__FreeBSD__)
-+ FXuint pkg_format;
-+ pkg_format = OTHER_PKG;
-+#endif
-+
- #if defined(linux)
- // For package query on Linux systems, try to guess if the default package format is deb or rpm:
- // - if dpkg exists then the system uses deb packages