summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-04 22:11:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-04 22:12:54 +0200
commitfcbf78674e63023e1e657a9c3a95df7978acff5f (patch)
tree18347db0373727eda8f00e2bfe1846474e8c930b /media-sound/musepack-tools/files
parentmedia-libs/libcuefile: EAPI-6 bump, https (diff)
downloadgentoo-fcbf78674e63023e1e657a9c3a95df7978acff5f.tar.gz
gentoo-fcbf78674e63023e1e657a9c3a95df7978acff5f.tar.bz2
gentoo-fcbf78674e63023e1e657a9c3a95df7978acff5f.zip
media-sound/musepack-tools: EAPI-6 bump, https
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-sound/musepack-tools/files')
-rw-r--r--media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch b/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch
index a93b5ebddadd..51df29910742 100644
--- a/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch
+++ b/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch
@@ -1,5 +1,5 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
@@ -15,10 +15,6 @@
add_definitions(-DFAST_MATH -DCVD_FASTLOG)
@@ -11,8 +11,8 @@
add_subdirectory(libmpcdec)
add_subdirectory(libmpcpsy)
add_subdirectory(libmpcenc)
---- libmpcdec/CMakeLists.txt
-+++ libmpcdec/CMakeLists.txt
+--- a/libmpcdec/CMakeLists.txt
++++ b/libmpcdec/CMakeLists.txt
@@ -1,7 +1,22 @@
include_directories(${libmpc_SOURCE_DIR}/include)
if(SHARED)