On 9/1/2012 11:09, OBATA Akio wrote:
On Sat, 01 Sep 2012 17:49:39 +0900, John Marino <netbsd%marino.st@localhost>
wrote:
This patch did not fix php-gettext - it still fails at the configure
target due to being unable to locate libintl.h.
For such cases, need to pass BUILDLINK_DIR instead of
BUILDLINK_PREFIX.gettext
to configure script.
IMO, it is better to revert the change, sacrifice more than one gains.
you know, this patch works on php-gettext outside of the bulk build, I
confirmed that it didn't build without the patch and then rebuilding
gettext-lib with the patch allowed php-gettext to configure.
I applied it in the middle of the build, so maybe there's something out
of config (even rebuilding gettext-lib inside bulk build didn't fix it).
So let's not give up on this patch just yet.
John