Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 04:46:42 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Niclas Zeising <zeising@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r541237 - head/lang/ghc
Message-ID:  <20200705044642.GA60961@FreeBSD.org>
In-Reply-To: <202007042137.064LbJff092501@repo.freebsd.org>
References:  <202007042137.064LbJff092501@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200705044642.GA60961>