summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 17:48:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 17:50:03 +0200
commit70a4d56ed241a93887cd16d7b390cab7e2bff5e6 (patch)
treea5429f0c3367fca311b9927ebdd8c3a84eaed286 /media-gfx/autopano-sift-C/files
parentmedia-libs/portmidi: EAPI-6 bump (diff)
downloadgentoo-70a4d56ed241a93887cd16d7b390cab7e2bff5e6.tar.gz
gentoo-70a4d56ed241a93887cd16d7b390cab7e2bff5e6.tar.bz2
gentoo-70a4d56ed241a93887cd16d7b390cab7e2bff5e6.zip
media-gfx/autopano-sift-C: EAPI-6 bump, drop superfluous versionator
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-gfx/autopano-sift-C/files')
-rw-r--r--media-gfx/autopano-sift-C/files/autopano-sift-C-2.5.1-lm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/autopano-sift-C/files/autopano-sift-C-2.5.1-lm.patch b/media-gfx/autopano-sift-C/files/autopano-sift-C-2.5.1-lm.patch
index 97619975d9b6..e6141fffc0ae 100644
--- a/media-gfx/autopano-sift-C/files/autopano-sift-C-2.5.1-lm.patch
+++ b/media-gfx/autopano-sift-C/files/autopano-sift-C-2.5.1-lm.patch
@@ -1,8 +1,8 @@
Link against -lm (mathlib) because ScaleSpace.c (which is part of the internal libsift.a)
is using the exp() function, see http://bugs.gentoo.org/472150
---- CMakeLists.txt
-+++ CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
@@ -121,7 +121,7 @@
ADD_LIBRARY(libsift STATIC ${LIBSIFT_SOURCES})