freebsd-ports/x11/qterminal/files/patch-src_config.h
Jesper Schmitz Mouridsen a97a7d7484 Upgrade to 0.15.0
Approved by:	swills (mentor)
Differential Revision: https://reviews.freebsd.org/D24719
2020-06-20 09:13:53 +00:00

11 lines
379 B
C

--- src/config.h.orig 2020-05-02 17:22:39 UTC
+++ src/config.h
@@ -74,6 +74,8 @@
#ifdef Q_OS_MACOS
// Qt does not support fontconfig on macOS, so we need to use a "real" font name.
#define DEFAULT_FONT "Menlo"
+#elif defined(Q_OS_FREEBSD)
+#define DEFAULT_FONT "Liberation Mono"
#else
#define DEFAULT_FONT "Monospace"
#endif