git: 5d5ffd3dd5da - main - security/pcsc-tools: Fix build after pcsc-lite update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 May 2024 08:20:33 UTC
The branch main has been updated by arved: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d5ffd3dd5dadc0829a65de59ebb34f3888934ab commit 5d5ffd3dd5dadc0829a65de59ebb34f3888934ab Author: Tilman Keskinoz <arved@FreeBSD.org> AuthorDate: 2024-05-14 08:19:14 +0000 Commit: Tilman Keskinoz <arved@FreeBSD.org> CommitDate: 2024-05-14 08:20:24 +0000 security/pcsc-tools: Fix build after pcsc-lite update --- security/pcsc-tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 2922fc6657b1..e806f5e32813 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcsc-tools PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://pcsc-tools.apdu.fr/ @@ -15,6 +16,7 @@ RUN_DEPENDS= p5-PCSC-Card>=0:devel/p5-PCSC-Card \ USES= gmake pkgconfig tar:bzip2 gettext-tools +LDFLAGS= -pthread GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share