diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-08-06 16:54:42 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-08-07 00:51:18 +0200 |
commit | 5ca7432c5d5272d0d9227474dc89011c2c723282 (patch) | |
tree | cd870c07a47298f5a943556bc967534e81d268ab /sci-libs/libsvm/files/3.14-makefile.patch | |
parent | app-crypt/gnupg: Add myself as maintainer (diff) | |
download | gentoo-5ca7432c5d5272d0d9227474dc89011c2c723282.tar.gz gentoo-5ca7432c5d5272d0d9227474dc89011c2c723282.tar.bz2 gentoo-5ca7432c5d5272d0d9227474dc89011c2c723282.zip |
sci-libs/libsvm: fix the hardcoded path for grid.py
Add 2 sed statements to src_prepare() to replace the hardcoded path
'./grid.py' with the correct one and subsequently rename 'grid.py' to
'svm-grid'.
Revbumped, since this is a runtime failure.
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2032
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/libsvm/files/3.14-makefile.patch')
-rw-r--r-- | sci-libs/libsvm/files/3.14-makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |