You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/soxr/files/noexamples.patch

10 lines
461 B

Index: soxr-0.1.0-Source/examples/CMakeLists.txt
===================================================================
--- soxr-0.1.0-Source.orig/examples/CMakeLists.txt
+++ soxr-0.1.0-Source/examples/CMakeLists.txt
@@ -34,4 +34,3 @@ if (${BUILD_TESTS} AND ${WITH_LSR_BINDIN
endif ()
file (GLOB INSTALL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.[cCh])
-install (FILES ${INSTALL_SOURCES} ${CMAKE_CURRENT_SOURCE_DIR}/README DESTINATION ${DOC_INSTALL_DIR}/examples)