summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-16 11:35:01 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-16 11:36:30 +0200
commitd2c8c9e1808fb97548ae0592df5aae2517c6a05a (patch)
tree5f26cd4faf1c45c7e7d1e0a5233c2264ca3176e2 /media-libs/soxr/files
parentmedia-libs/fdk-aac: keyword ~arm64 (diff)
downloadgentoo-d2c8c9e1808fb97548ae0592df5aae2517c6a05a.tar.gz
gentoo-d2c8c9e1808fb97548ae0592df5aae2517c6a05a.tar.bz2
gentoo-d2c8c9e1808fb97548ae0592df5aae2517c6a05a.zip
media-libs/soxr: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/soxr/files')
-rw-r--r--media-libs/soxr/files/libsuffix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/soxr/files/libsuffix.patch b/media-libs/soxr/files/libsuffix.patch
deleted file mode 100644
index e22512b78188..000000000000
--- a/media-libs/soxr/files/libsuffix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: soxr-0.1.0-Source/CMakeLists.txt
-===================================================================
---- soxr-0.1.0-Source.orig/CMakeLists.txt
-+++ soxr-0.1.0-Source/CMakeLists.txt
-@@ -180,7 +180,7 @@ if (NOT DEFINED BIN_INSTALL_DIR)
- set (BIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin")
- endif ()
- if (NOT DEFINED LIB_INSTALL_DIR)
-- set (LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib")
-+ set (LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
- endif ()
- if (NOT DEFINED INCLUDE_INSTALL_DIR)
- set (INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")