FreeBSD Port: security/opensc Makefile patch

Petr Holub hopet at ics.muni.cz
Thu Aug 18 12:59:04 GMT 2005


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 at cesnet.cz               phone: +420-549493944
                                             fax: +420-541212747
                                       e-mail: hopet at ics.muni.cz

 


More information about the freebsd-ports mailing list