summaryrefslogtreecommitdiff
path: root/x11-fm/xfe/files/patch-src_main.cpp
diff options
context:
space:
mode:
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