Edit

IABSD.fr/ports/x11/roxterm/patches

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-02 12:03:30
    Hash : 0214f141
    Message : update to roxterm-3.17.2

  • patch-src_CMakeLists_txt
  • Index: src/CMakeLists.txt
    --- src/CMakeLists.txt.orig
    +++ src/CMakeLists.txt
    @@ -57,7 +57,7 @@ set(RTMAIN_INCLUDE_DIRS ${RTCOMMON_INCLUDE_DIRS} ${VTE
     if(RTMAIN_INCLUDE_DIRS MATCHES ";")
         list(REMOVE_DUPLICATES RTMAIN_INCLUDE_DIRS)
     endif()
    -set(RTMAIN_LIBRARIES ${RTCOMMON_LIBRARIES} ${VTE_LIBRARIES} dl)
    +set(RTMAIN_LIBRARIES ${RTCOMMON_LIBRARIES} ${VTE_LIBRARIES})
     if(RTMAIN_LIBRARIES MATCHES ";")
         list(REMOVE_DUPLICATES RTMAIN_LIBRARIES)
     endif()