diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 21:55:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 21:55:39 +0000 |
commit | 1e0b4acfc5989eb03aa86b5dd572673f88f36d1d (patch) | |
tree | 3d946ecbc098f5210d2a6ca8b93f79ee1a34290d /security/ifd-slb_rf60 | |
parent | 04dc2b0b9d035ee5e3a33a442ed5a8e4ab4e98d8 (diff) | |
download | ports-1e0b4acfc5989eb03aa86b5dd572673f88f36d1d.tar.gz ports-1e0b4acfc5989eb03aa86b5dd572673f88f36d1d.zip |
Notes
Diffstat (limited to 'security/ifd-slb_rf60')
-rw-r--r-- | security/ifd-slb_rf60/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ifd-slb_rf60/Makefile b/security/ifd-slb_rf60/Makefile index 2640335b1fe2..c03ca82ce120 100644 --- a/security/ifd-slb_rf60/Makefile +++ b/security/ifd-slb_rf60/Makefile @@ -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 \ |