source: projects/specs/trunk/nonfree/self-build-k9copy/k9copy-2.3.5-dso.patch @ 1306

Revision 1306, 985 bytes checked in by munepi, 14 years ago (diff)

updated self-build-{k9copy,mplayer,ffmpeg}

  • k9copy-2.3.5-Source/CMakeLists.txt

    diff -up k9copy-2.3.5-Source/CMakeLists.txt.dso k9copy-2.3.5-Source/CMakeLists.txt
    old new kde4_add_executable(k9copy ${k9copy_SRCS 
    325325kde4_add_executable(k9play ${k9play_SRCS}) 
    326326kde4_add_executable(k9xineplayer ${k9xineplayer_SRCS}) 
    327327 
     328target_link_libraries(k9copy ${KDE4_SOLID_LIBS} -ldl ) 
    328329target_link_libraries(k9copy k9copylib ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS}  -lphonon ) 
    329 target_link_libraries(k9play k9copylib ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS} ) 
    330 target_link_libraries(k9xineplayer ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS} -lxine ) 
     330target_link_libraries(k9play k9copylib ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS} -ldl ) 
     331target_link_libraries(k9xineplayer ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS} ${X11_X11_LIB} -lxine ) 
    331332 
    332333 
    333334install(TARGETS k9copy DESTINATION ${BIN_INSTALL_DIR} ) 
Note: See TracBrowser for help on using the repository browser.