diff options
Diffstat (limited to 'sci-libs/libsvm/files')
-rw-r--r-- | sci-libs/libsvm/files/3.11-openmp.patch | 4 | ||||
-rw-r--r-- | sci-libs/libsvm/files/3.14-makefile.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/libsvm/files/3.11-openmp.patch b/sci-libs/libsvm/files/3.11-openmp.patch index 6ddb6f0831f1..e07b03e57380 100644 --- a/sci-libs/libsvm/files/3.11-openmp.patch +++ b/sci-libs/libsvm/files/3.11-openmp.patch @@ -1,5 +1,5 @@ ---- svm.cpp.orig 2011-05-27 04:32:19.000000000 +0100 -+++ svm.cpp 2011-12-29 19:17:07.000000000 +0000 +--- a/svm.cpp.orig 2011-05-27 04:32:19.000000000 +0100 ++++ b/svm.cpp 2011-12-29 19:17:07.000000000 +0000 @@ -1281,6 +1281,9 @@ int start, j; if((start = cache->get_data(i,&data,len)) < len) diff --git a/sci-libs/libsvm/files/3.14-makefile.patch b/sci-libs/libsvm/files/3.14-makefile.patch index 56e8bd2e091e..e38dafc10b20 100644 --- a/sci-libs/libsvm/files/3.14-makefile.patch +++ b/sci-libs/libsvm/files/3.14-makefile.patch @@ -5,8 +5,8 @@ * link the shared version library nov 2012 - bicatali@gentoo.org ---- Makefile.orig 2012-11-29 10:39:07.149421728 -0800 -+++ Makefile 2012-11-29 10:57:19.727766521 -0800 +--- a/Makefile.orig 2012-11-29 10:39:07.149421728 -0800 ++++ b/Makefile 2012-11-29 10:57:19.727766521 -0800 @@ -1,9 +1,12 @@ CXX ?= g++ -CFLAGS = -Wall -Wconversion -O3 -fPIC |