svn commit: r460682 - head/cad/stepcode

Alexey Dokuchaev danfe at FreeBSD.org
Fri Feb 2 09:48:49 UTC 2018


Author: danfe
Date: Fri Feb  2 09:48:48 2018
New Revision: 460682
URL: https://svnweb.freebsd.org/changeset/ports/460682

Log:
  Unbreak the build against recent Clang.
  
  PR:	225538

Modified:
  head/cad/stepcode/Makefile

Modified: head/cad/stepcode/Makefile
==============================================================================
--- head/cad/stepcode/Makefile	Fri Feb  2 09:46:41 2018	(r460681)
+++ head/cad/stepcode/Makefile	Fri Feb  2 09:48:48 2018	(r460682)
@@ -23,6 +23,10 @@ CMAKE_ARGS+=	-DSC_INSTALL_PREFIX=${PREFIX} \
 
 MANDIRS=	${PREFIX}/man
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,( JudyValue ) 0,nullptr,' \
+		${WRKSRC}/src/base/judy/src/judy*Array.h
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner
 	@(cd ${STAGEDIR}${PREFIX} ; \


More information about the svn-ports-head mailing list