diff options
Diffstat (limited to 'deskutils/copyq/Makefile')
-rw-r--r-- | deskutils/copyq/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index 9c993fc1ca84..e00bd4168d02 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -5,6 +5,9 @@ MASTER_SITES= https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -${FLAVOR} DISTNAME= CopyQ-${DISTVERSION} +PATCH_SITES= https://github.com/hluk/CopyQ/commit/ +PATCHFILES+= 19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch:-p1 # Fix build with Qt 6.6.0 + MAINTAINER= eduardo@FreeBSD.org COMMENT= Qt${FLAVOR:S/qt//} based clipboard manager WWW= https://github.com/hluk/CopyQ |