Date: Thu, 18 Aug 2005 14:59:02 +0200 From: "Petr Holub" <hopet@ics.muni.cz> To: <bms@freebsd.org> Cc: ports@freebsd.org Subject: FreeBSD Port: security/opensc Makefile patch Message-ID: <00ec01c5a3f4$9b8130d0$5317fb93@KLOBOUCEK>
next in thread | raw e-mail | index | archive | help
Hi, I've found problems with compilation of opensc from ports on FreeBSD 6.0-BETA2 upgraded to RELENG_6 - the X11 includes were not found and I had to patch the Makefile: --- Makefile.orig Thu Aug 18 14:28:58 2005 +++ Makefile Thu Aug 18 13:57:00 2005 @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes +CFLAGS+=-I/usr/X11R6/include/ + MANCOMPRESSED= no MAN1= pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 opensc-tool.1 \ opensc-explorer.1 opensc-config.1 cryptoflex-tool.1 \ Best, Petr ================================================================ Petr Holub CESNET z.s.p.o. Supercomputing Center Brno Zikova 4 Institute of Compt. Science 162 00 Praha 6, CZ Masaryk University Czech Republic Botanicka 68a, 60200 Brno, CZ e-mail: Petr.Holub@cesnet.cz phone: +420-549493944 fax: +420-541212747 e-mail: hopet@ics.muni.cz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ec01c5a3f4$9b8130d0$5317fb93>