blob: 849a7c0fa89e90d032460c4d6173099c8931966b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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
|