svn commit: r415355 - head/lang/mosml

Johan van Selst johans at FreeBSD.org
Mon May 16 19:04:39 UTC 2016


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
 	${REINPLACE_CMD} 's/make /$$(MAKE) /' ${WRKSRC}/doc/Makefile \
 		${WRKSRC}/doc/helpsigs/Makefile
 


More information about the svn-ports-all mailing list