Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 20:09:53 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417178 - head/www/node
Message-ID:  <201606202009.u5KK9rF4086222@repo.freebsd.org>

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



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