mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Un-hardcode gcc
This commit is contained in:
parent
04dc2b0b9d
commit
1e0b4acfc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364057
@ -13,7 +13,7 @@ COMMENT= PC/SC Lite driver for the Reflex 62 serial smart card reader
|
||||
|
||||
LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
|
||||
|
||||
USES= gmake
|
||||
USES= gmake
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
SUB_LIST= pkg-message
|
||||
@ -24,6 +24,9 @@ OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= lib/pcsc/drivers/libslb_rf60.so
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/
|
||||
${INSTALL_DATA} ${WRKSRC}/libslb_rf60.so \
|
||||
|
Loading…
x
Reference in New Issue
Block a user