Date: Mon, 6 Jan 2014 16:20:04 GMT From: charles rapenne <charles@bsd.zplay.eu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/180647: www/cherokee: build fails Message-ID: <201401061620.s06GK4of020257@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180647; it has been noted by GNATS. From: charles rapenne <charles@bsd.zplay.eu> To: bug-followup@FreeBSD.org, 100019749@qq.com Cc: Subject: Re: ports/180647: www/cherokee: build fails Date: Mon, 06 Jan 2014 17:04:09 +0100 This is a multi-part message in MIME format. --------------070700060705040801000503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The port builds if you change GNU_CONFIGURE by HAS_CONFIGURE. --------------070700060705040801000503 Content-Type: text/plain; charset=UTF-8; name="patch1" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch1" --- Makefile.orig 2014-01-06 16:57:43.000000000 +0100 +++ Makefile 2014-01-05 17:02:28.000000000 +0100 @@ -18,7 +18,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= cherokee SUB_FILES= pkg-install pkg-message -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread --------------070700060705040801000503--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401061620.s06GK4of020257>