mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
595 B
Plaintext
14 lines
595 B
Plaintext
$NetBSD: patch-tests_CMakeLists.txt,v 1.1 2013/04/03 11:13:10 markd Exp $
|
|
|
|
--- tests/CMakeLists.txt.orig 2011-01-19 22:23:29.000000000 +0000
|
|
+++ tests/CMakeLists.txt
|
|
@@ -21,7 +21,7 @@ kde4_add_executable(profiletest ${profil
|
|
${kmix_adaptor_SRCS}
|
|
)
|
|
|
|
-target_link_libraries(profiletest ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} )
|
|
+target_link_libraries(profiletest ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} $ENV{LIBOSSAUDIO})
|
|
|
|
if (HAVE_LIBASOUND2)
|
|
target_link_libraries(profiletest ${ASOUND_LIBRARY})
|