Skip to content

Commit

Permalink
devel/pcsc-cyberjack: Set USE_GCC=12
Browse files Browse the repository at this point in the history
Until a better solution is found, this will allow the GCC_DEFAULT update
to version 13 to get forward.

PR:		273675
Approved by:	maintainer timeout (2 weeks) and portmgr (blanket)
  • Loading branch information
lsalvadore committed Jan 23, 2024
1 parent 357bcdf commit 992e5c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}
Expand All @@ -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

Expand Down

0 comments on commit 992e5c9

Please sign in to comment.