pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/gettext-lib



On 9/1/2012 20:40, John Marino wrote:
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

I must have configured the wrong package because php-gettext doesn't build outside bulk either. However, I'm looking at config.m4 and configure.in and the script is looking at /usr/pkg/include/libintl.h instead of $WRKSRC/.buildlink/include/libintl. due to the CONFIGURE_ARG in the source package makefile.

So your patch correctly fixes the .buildlink but this package isn't looking there.

John






Home | Main Index | Thread Index | Old Index