diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-11-19 15:57:22 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-11-19 18:26:33 -0500 |
commit | d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39 (patch) | |
tree | dc292252bcfb83472139dab0273219e5e2934eb3 /deskutils/copyq/Makefile | |
parent | d53807cc0e309a0f9dc9be2931e9681281184403 (diff) | |
download | freebsd-ports-d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39.zip |
deskutils/copyq: Fix build with Qt 6.6.x
PR: 275068
MFH: 2023Q4
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 |