mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Reported by: Teodor Sigaev <teodorsigaev@gmail.com> Reviewed by: lwhsu (mentor) Sponsored by: Postgres Professional Differential Revision: https://reviews.freebsd.org/D44315
11 lines
339 B
C++
11 lines
339 B
C++
--- src/slic3r/GUI/Field.cpp.orig 2023-12-12 14:21:21 UTC
|
|
+++ src/slic3r/GUI/Field.cpp
|
|
@@ -221,7 +221,7 @@ bool Field::is_matched(const std::string& string, cons
|
|
|
|
static wxString na_value(bool for_spin_ctrl = false)
|
|
{
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
if (for_spin_ctrl)
|
|
return "";
|
|
#endif
|