pkgsrc-Bugs archive

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

Re: pkg/47761: devel/pkg-config fails to build



The following reply was made to PR pkg/47761; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47761: devel/pkg-config fails to build
Date: Sat, 27 Apr 2013 17:43:45 +0900 (JST)

 Hi,
 
 Is there any plan to implement newlocale to NetBSD current?
 
 If there is no plan, I will add the following workaround.
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/pkg-config/Makefile,v
 retrieving revision 1.28
 diff -u -r1.28 Makefile
 --- Makefile   29 Jan 2013 05:56:05 -0000      1.28
 +++ Makefile   27 Apr 2013 08:41:56 -0000
 @@ -27,6 +27,10 @@
  .endif
  
  .if ${OPSYS} == "NetBSD"
 +CONFIGURE_ENV+=               ac_cv_func_strtod_l=no
 +CONFIGURE_ENV+=               ac_cv_func_strtoll_l=no
 +CONFIGURE_ENV+=               ac_cv_func_strtoull_l=no
 +
  post-configure:
        cd ${WRKSRC}/glib; \
        ${GREP} -v HAVE_DTRACE config.h >config.h.new; \
 
 
 Thank you.
 
 --
 Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 


Home | Main Index | Thread Index | Old Index