git: 178da38bf4f0 - main - comms/cqrlog: Fix build with new version of freepascal (3.2.3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 02:48:11 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=178da38bf4f0fc5b21d20d4aae14a8a0122912e6 commit 178da38bf4f0fc5b21d20d4aae14a8a0122912e6 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-06-18 02:46:51 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-06-18 02:46:51 +0000 comms/cqrlog: Fix build with new version of freepascal (3.2.3) Reported by: pkg-fallout --- comms/cqrlog/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile index b9e86019dfae..43e8dceb55e5 100644 --- a/comms/cqrlog/Makefile +++ b/comms/cqrlog/Makefile @@ -59,6 +59,8 @@ post-patch: ${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas ${REINPLACE_CMD} -e 's|ifdef LCLQT5|if defined\(LCLQT5\) or defined\(LCLQT6\)|g' \ ${WRKSRC}/src/lnet/lib/lclnet.pas + ${REINPLACE_CMD} -e 's|unixutil|Unix|g' -e 's|UnixUtil|Unix|g' \ + ${WRKSRC}/src/lnet/lib/lcommon.pp post-build: @${RM} ${WRKSRC}/help/cwd.html.*