13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
$OpenBSD: patch-mpcenc_CMakeLists_txt,v 1.1.1.1 2012/05/24 18:25:56 shadchin Exp $
|
|
--- mpcenc/CMakeLists.txt.orig Fri Jun 18 18:43:29 2010
|
|
+++ mpcenc/CMakeLists.txt Fri Jun 18 18:43:37 2010
|
|
@@ -22,8 +22,4 @@ if(NOT MSVC)
|
|
target_link_libraries(mpcenc m)
|
|
endif(NOT MSVC)
|
|
|
|
-if(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
|
|
-target_link_libraries(mpcenc ossaudio)
|
|
-endif(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
|
|
-
|
|
install(TARGETS mpcenc RUNTIME DESTINATION bin)
|