svn commit: r417178 - head/www/node

Adam Weinberger adamw at FreeBSD.org
Mon Jun 20 20:09:54 UTC 2016


Author: adamw
Date: Mon Jun 20 20:09:53 2016
New Revision: 417178
URL: https://svnweb.freebsd.org/changeset/ports/417178

Log:
  Revert part of r417063 that wasn't supposed to be committed. It
  removed a -I/usr/local/include, but it's present elsewhere in the
  CFLAGS so it doesn't change the final product.
  
  PR:		210400
  Submitted by:	maintainer (Bradley T. Hughes)

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Mon Jun 20 19:53:48 2016	(r417177)
+++ head/www/node/Makefile	Mon Jun 20 20:09:53 2016	(r417178)
@@ -94,9 +94,6 @@ post-patch:
 		${WRKSRC}/deps/v8/src/d8.gyp \
 		${WRKSRC}/node.gyp
 
-post-configure:
-	@cd ${WRKSRC}/out/tools/icu && ${REINPLACE_CMD} '/\/usr\/local\/include/d' *
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
 


More information about the svn-ports-head mailing list