svn commit: r374254 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 8 09:12:09 UTC 2014


Author: sunpoet
Date: Mon Dec  8 09:12:08 2014
New Revision: 374254
URL: https://svnweb.freebsd.org/changeset/ports/374254
QAT: https://qat.redports.org/buildarchive/r374254/

Log:
  - Make sure the include files from WRKSRC (current version) will be used instead of the installed ones
  
  PR:		ports/195345
  Submitted by:	Mikhail T <mi at ALDAN.algebra.com>

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Mon Dec  8 09:12:03 2014	(r374253)
+++ head/www/nghttp2/Makefile	Mon Dec  8 09:12:08 2014	(r374254)
@@ -60,5 +60,6 @@ CONFIGURE_ARGS+=--with-jemalloc
 
 post-patch:
 	@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|^DEFAULT_INCLUDES = |&-I${WRKSRC}/src/includes |' ${WRKSRC}/examples/Makefile.in ${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list