FreeBSD Bugzilla – Attachment 247527 Details for
Bug 273675
devel/pcsc-cyberjack: Fails to build with GCC 13: error: expected identifier before '__is_convertible'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Set USE_GCC=12
0001-devel-pcsc-cyberjack-Set-USE_GCC-12.patch (text/plain), 1.20 KB, created by
Lorenzo Salvadore
on 2024-01-08 11:00:43 UTC
(
hide
)
Description:
Set USE_GCC=12
Filename:
MIME Type:
Creator:
Lorenzo Salvadore
Created:
2024-01-08 11:00:43 UTC
Size:
1.20 KB
patch
obsolete
>From 6f9c3cd4549aac16bd7832a13bf32a39a476e300 Mon Sep 17 00:00:00 2001 >From: Lorenzo Salvadore <salvadore@FreeBSD.org> >Date: Mon, 8 Jan 2024 11:56:25 +0100 >Subject: [PATCH] devel/pcsc-cyberjack: Set USE_GCC=12 > >Until a better solution is found, this will allow the GCC_DEFAULT update >to version 13 to get forward. > >PR: 273675 >--- > devel/pcsc-cyberjack/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/devel/pcsc-cyberjack/Makefile b/devel/pcsc-cyberjack/Makefile >index 72d898e3b07b..505679c4c362 100644 >--- a/devel/pcsc-cyberjack/Makefile >+++ b/devel/pcsc-cyberjack/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= pcsc-cyberjack > DISTVERSION= 3.99.5final.SP15 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel security > MASTER_SITES= https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/ > DISTNAME= ${PORTNAME}_${DISTVERSION} >@@ -17,9 +17,10 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/COPYRIGHT.LGPL > LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ > libxml2.so:textproc/libxml2 > >-USES= autoreconf compiler:gcc-c++11-lib dos2unix gmake libtool pkgconfig \ >+USES= autoreconf compiler:c++11-lib dos2unix gmake libtool pkgconfig \ > tar:bzip2 > >+USE_GCC= 12 > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
salvadore
:
maintainer-approval?
(
tm
)
Actions:
View
|
Diff
Attachments on
bug 273675
: 247527