Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_GAfit.cpp,v 1.1 2013/04/30 22:25:39 joerg Exp $
--- src/GAfit.cpp.orig 2013-04-30 20:13:09.000000000 +0000
+++ src/GAfit.cpp
@@ -347,7 +347,7 @@ void GAfit::stochastic_remainder_samplin
struct Remainder_and_ptr {
int ind;
fp r;
- bool operator< (const Remainder_and_ptr &b) {
+ bool operator< (const Remainder_and_ptr &b) const {
return r < b.r;
}
};