svn commit: r415355 - head/lang/mosml

Baptiste Daroussin bapt at FreeBSD.org
Mon May 16 19:16:09 UTC 2016


On Mon, May 16, 2016 at 07:04:38PM +0000, Johan van Selst wrote:
> Author: johans
> Date: Mon May 16 19:04:38 2016
> New Revision: 415355
> URL: https://svnweb.freebsd.org/changeset/ports/415355
> 
> Log:
>   Honour $CC
> 
> Modified:
>   head/lang/mosml/Makefile
> 
> Modified: head/lang/mosml/Makefile
> ==============================================================================
> --- head/lang/mosml/Makefile	Mon May 16 18:48:43 2016	(r415354)
> +++ head/lang/mosml/Makefile	Mon May 16 19:04:38 2016	(r415355)
> @@ -12,8 +12,6 @@ COMMENT=	Lightweight implementation of S
>  LIB_DEPENDS=	libgmp.so:math/gmp \
>  		libgdbm.so:databases/gdbm
>  
> -BROKEN=		does not build
> -
>  GH_ACCOUNT=	kfl
>  USE_GITHUB=	yes
>  
> @@ -38,6 +36,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
>  .include <bsd.port.pre.mk>
>  
>  post-patch:
> +	${REINPLACE_CMD} -e '/^CC=/s/^/#/' ${WRKSRC}/Makefile.inc

A MAKE_ARGS+=  CC="$CC" would have done the same job without the need of
patching the makefile

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160516/40b5d336/attachment.sig>


More information about the svn-ports-head mailing list