Hello, In order to build for secondlife client we need a dynamic version of a libELFIO library. Attached please find a crude patch to get this done. I don't like this *.o stuff but I do not want to dig into the whole automake mess. Port maintainer (stas@FreeBSD.org) is cc'd. --Marcin Generated with FreeBSD Port Tools 0.63
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer
stas 2007-06-24 14:32:53 UTC FreeBSD ports repository Modified files: devel/elfio Makefile pkg-plist Added files: devel/elfio/files patch-ELFIO_Makefile.am patch-configure.in Log: - Switch to shared library instead of static one. Requested by: Marcin Cieslak <saper@SYSTEM.PL> PR: ports/113350 Revision Changes Path 1.11 +14 -0 ports/devel/elfio/Makefile 1.1 +18 -0 ports/devel/elfio/files/patch-ELFIO_Makefile.am (new) 1.1 +17 -0 ports/devel/elfio/files/patch-configure.in (new) 1.5 +3 -0 ports/devel/elfio/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!