pkgsrc-Bugs archive

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

Re: PR/51172 CVS commit: pkgsrc/lang/nodejs



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

From: matthew sporleder <msporleder%gmail.com@localhost>
To: "gnats-bugs%NetBSD.org@localhost" <gnats-bugs%netbsd.org@localhost>
Cc: fhajny%netbsd.org@localhost, "gnats-admin%netbsd.org@localhost" <gnats-admin%netbsd.org@localhost>, 
	"pkgsrc-bugs%netbsd.org@localhost" <pkgsrc-bugs%netbsd.org@localhost>, netbsd@benjaminlorenz.email
Subject: Re: PR/51172 CVS commit: pkgsrc/lang/nodejs
Date: Wed, 1 Jun 2016 21:26:27 -0400

 I also need the following for netbsd-6
 
 patch-deps_v8_src_assembler.cc
 $NetBSD$
 
 --- deps/v8/src/assembler.cc-orig       2016-05-31 00:33:35.000000000 +0000
 +++ deps/v8/src/assembler.cc
 @@ -1169,7 +1169,7 @@ ExternalReference ExternalReference::f32
  }
 
  static void f32_nearest_int_wrapper(float* param) {
 -  *param = nearbyintf(*param);
 +  *param = rintf(*param);
  }
 
  ExternalReference ExternalReference::f32_nearest_int_wrapper_function(
 


Home | Main Index | Thread Index | Old Index