diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-21 11:20:17 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-21 11:20:17 +0000 |
commit | 64e9632aa51668f69ce2acada327a85346154860 (patch) | |
tree | 84f5340b3fffa5f745815517d69bdc193a5c4f19 /net/linphone/files/patch-src-app-AppController.cpp | |
parent | dns/dnscrypt-proxy2: update 2.0.17 to 2.0.18 (diff) |
Add patches to unbundle Noto fonts.
PR: 232392
Diffstat (limited to 'net/linphone/files/patch-src-app-AppController.cpp')
-rw-r--r-- | net/linphone/files/patch-src-app-AppController.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/linphone/files/patch-src-app-AppController.cpp b/net/linphone/files/patch-src-app-AppController.cpp new file mode 100644 index 000000000000..a18ff3f74a92 --- /dev/null +++ b/net/linphone/files/patch-src-app-AppController.cpp @@ -0,0 +1,11 @@ +--- src/app/AppController.cpp.orig 2018-11-11 20:28:45 UTC ++++ src/app/AppController.cpp +@@ -34,7 +34,7 @@ + #define APPLICATION_VERSION "4.1.1" + #define APPLICATION_MINIMAL_QT_VERSION "5.9.0" + +-#define DEFAULT_FONT "Noto Sans" ++#define DEFAULT_FONT "sans-serif" + + using namespace std; + |