svn commit: r541237 - head/lang/ghc

Alexey Dokuchaev danfe at freebsd.org
Sun Jul 5 04:46:42 UTC 2020


On Sat, Jul 04, 2020 at 09:37:19PM +0000, Niclas Zeising wrote:
> New Revision: 541237
> URL: https://svnweb.freebsd.org/changeset/ports/541237
> 
> Log:
>   Don't hardcode the libffi shared library version in lang/ghc makefile.
>   This fixes the build after devel/libffi was updated.
>   This was missed in r541232
> 
> ...
> @@ -56,7 +56,7 @@ DYNAMIC_CONFIGURE_WITH=	system-libffi \
>  			ffi-includes=${LOCALBASE}/include \
>  			ffi-libraries=${LOCALBASE}/lib
>  # The version number is needed as lang/gcc installs a different version
> -DYNAMIC_LIB_DEPENDS=	libffi.so.6:devel/libffi
> +DYNAMIC_LIB_DEPENDS=	libffi.so:devel/libffi

So what about the comment above that line you've changed?

./danfe


More information about the svn-ports-all mailing list