ports/x11-fm/xfe/files/patch-src_main.cpp
2025-03-18 21:58:51 +01:00

14 lines
425 B
C++

--- 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