diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-05-11 10:43:36 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-05-11 10:45:13 +0000 |
commit | d533dce1d7682b3cadc3e8ba687dd6d1ea019baf (patch) | |
tree | e5137a925e7a86a29e1df65df22abae084a0d0db | |
parent | 8e136401b5b90f15faf969f66123435327979fcd (diff) |
devel/libccid: Unbreak build after pcsc-lite update
Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Fixes: 0a1b69a66843b4566f3cf1c70937d6650f59c722
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | devel/libccid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |