Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2024 10:45:17 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d533dce1d768 - main - devel/libccid: Unbreak build after pcsc-lite update
Message-ID:  <202405111045.44BAjHTW049590@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d533dce1d7682b3cadc3e8ba687dd6d1ea019baf

commit d533dce1d7682b3cadc3e8ba687dd6d1ea019baf
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-05-11 10:43:36 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-05-11 10:45:13 +0000

    devel/libccid: Unbreak build after pcsc-lite update
    
    Reported by:    Tatsuki Makino <tatsuki_makino@hotmail.com>
    Fixes:  0a1b69a66843b4566f3cf1c70937d6650f59c722
    Sponsored by:   Serenity Cybersecurity, LLC
---
 devel/libccid/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index 65915c2e2555..27164338b665 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ccid
 PORTVERSION=	1.5.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://ccid.apdu.fr/files/
 
@@ -20,6 +21,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
 		--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
 
+LDFLAGS=	-pthread
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/RSA_SecurID_getpasswd \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405111045.44BAjHTW049590>