pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ccid
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Aug 14 00:17:44 UTC 2019
Modified Files:
pkgsrc/security/ccid: Makefile
Log Message:
On Debian GNU/Linux 10, libfl from devel/flex is linked, fix packaging
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/ccid/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.27 pkgsrc/security/ccid/Makefile:1.28
--- pkgsrc/security/ccid/Makefile:1.27 Sun Aug 11 13:22:45 2019
+++ pkgsrc/security/ccid/Makefile Wed Aug 14 00:17:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:22:45 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/08/14 00:17:43 ryoon Exp $
#
DISTNAME= ccid-1.4.26
@@ -56,6 +56,10 @@ post-install:
${DESTDIR}${PREFIX}/share/doc/ccid/README_Kobil_mIDentity_switch.txt
.include "../../security/pcsc-lite/buildlink3.mk"
+.if ${OPSYS} == "Linux"
+BUILDLINK_DEPMETHOD.flex= full
+.include "../../devel/flex/buildlink3.mk"
+.endif
.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index