openbsd-ports/audio/musepack/patches/patch-wavcmp_CMakeLists_txt
dcoppa eeae9ff150 Fix dependencies to please ninja.
While here, merge PFRAG.shared into PLIST.
2013-06-23 14:30:51 +00:00

11 lines
429 B
Plaintext

$OpenBSD: patch-wavcmp_CMakeLists_txt,v 1.1 2013/06/23 14:30:52 dcoppa Exp $
--- wavcmp/CMakeLists.txt.orig Sun Jun 23 15:25:39 2013
+++ wavcmp/CMakeLists.txt Sun Jun 23 15:33:49 2013
@@ -4,5 +4,6 @@ link_directories(${libmpc_BINARY_DIR}/libwavformat)
add_executable(wavcmp wavcmp.c)
target_link_libraries(wavcmp wavformat_static)
+add_dependencies(wavcmp wavformat_static)
install(TARGETS wavcmp RUNTIME DESTINATION bin)