diff options
Diffstat (limited to 'sci-libs/galib/files/galib-2.4.5-gcc3.3.patch')
-rw-r--r-- | sci-libs/galib/files/galib-2.4.5-gcc3.3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/galib/files/galib-2.4.5-gcc3.3.patch b/sci-libs/galib/files/galib-2.4.5-gcc3.3.patch deleted file mode 100644 index bba1dc122c90..000000000000 --- a/sci-libs/galib/files/galib-2.4.5-gcc3.3.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ga/GARealGenome.h 2004-05-27 14:51:05.239072957 +0200 -+++ ga/GARealGenome.h 2004-05-27 15:02:21.824011198 +0200 -@@ -18,6 +18,9 @@ - typedef GAAlleleSet<float> GARealAlleleSet; - typedef GAAlleleSetArray<float> GARealAlleleSetArray; - -+float GAAlleleSet<float>::allele() const; -+float GAAlleleSet<float>::allele(unsigned) const; -+ - typedef GA1DArrayAlleleGenome<float> GARealGenome; - - inline void GARealUniformInitializer(GAGenome& g){ |