3 --- src/CMakeLists.txt.orig 2007-01-25 16:04:46.000000000 +0100
5 @@ -12,5 +12,8 @@ endif(NOT MSVC)
6 if(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
7 target_link_libraries(mppenc ossaudio)
8 endif(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
9 +if(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
10 +target_link_libraries(mppenc ossaudio)
11 +endif(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
13 install(TARGETS mppenc RUNTIME DESTINATION bin)