Date: Sun, 7 Sep 2003 12:27:30 -0300 From: "Carlos F. A. Paniago" <pan@panix.ecof.org.br> To: ferruccio.vitale@tin.it Cc: ports@freebsd.org Subject: FreeBSD Port: mysqlcc-0.9.3 Message-ID: <200309071227.30227.pan@panix.ecof.org.br>
next in thread | raw e-mail | index | archive | help
Sugestion in the Makefile for mysqlcc-0.93 .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .else .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12) LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client .else LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client .endif .endif With this we can use the new mysql41 with this... Tanks... Paniago -- Nome: Carlos Fernando Assis Paniago Email: pan@panix.ecof.org.br e pan@cnpm.embrapa.br Web: http://www.panix.ecof.org.br/ e http://www.cnpm.embrapa.br/ --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309071227.30227.pan>