Date: Wed, 20 Mar 2013 02:39:49 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314706 - head/devel/gobject-introspection Message-ID: <201303200239.r2K2dnCu043979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mezz Date: Wed Mar 20 02:39:49 2013 New Revision: 314706 URL: http://svnweb.freebsd.org/changeset/ports/314706 Log: Readd the shared library version in libffi. The gcc46 has its own libffi library too. # ldconfig -r | grep libffi 225:-lffi.6 => /usr/local/lib/libffi.so.6 314:-lffi.4 => /usr/local/lib/gcc46/libffi.so.4 PR: ports/176467 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Modified: head/devel/gobject-introspection/Makefile Modified: head/devel/gobject-introspection/Makefile ============================================================================== --- head/devel/gobject-introspection/Makefile Wed Mar 20 02:12:31 2013 (r314705) +++ head/devel/gobject-introspection/Makefile Wed Mar 20 02:39:49 2013 (r314706) @@ -13,7 +13,7 @@ COMMENT= Generate interface introspectio # we need cairo otherwise the generated Cairo gir is broken BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi +LIB_DEPENDS= ffi.6:${PORTSDIR}/devel/libffi USES= bison pathfix USE_XZ= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303200239.r2K2dnCu043979>