Date: Mon, 8 Dec 2014 09:12:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374254 - head/www/nghttp2 Message-ID: <201412080912.sB89C8xI088145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412080912.sB89C8xI088145>