diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-13 11:20:00 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-13 11:20:00 +0000 |
commit | 9d147d2610a3191015183f3e0198cb84ae6f649a (patch) | |
tree | 30755bd743e92f3069eb45feea180366c4363ee2 | |
parent | net-p2p/ktorrent: (diff) |
sysutils/twmn: prepare for Qt 5.13
PR: 238782
Notes
Notes:
svn path=/head/; revision=506538
-rw-r--r-- | sysutils/twmn/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/twmn/Makefile b/sysutils/twmn/Makefile index 67245d715c4b..81472bc6d354 100644 --- a/sysutils/twmn/Makefile +++ b/sysutils/twmn/Makefile @@ -20,6 +20,9 @@ GH_TAGNAME= 5b92ac5 USE_QT= core dbus gui network widgets x11extras buildtools_build LDFLAGS+= -Wl,--as-needed # see bug#224488 +# Fix build with Qt 5.13 +QMAKE_ARGS+= DEFINES+=QT_NO_DEPRECATED_WARNINGS=Y + PORTDOCS= README.md PORTEXAMPLES= * |