Annotation of pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt, Revision 1.1
1.1 ! gutterid 1: $NetBSD$
! 2:
! 3: Work around undefined symbol issue (which would cause the panel to fail
! 4: to run if the volume plugin was enabled), as discussed in:
! 5: https://github.com/lxqt/lxqt/issues/1075
! 6:
! 7: --- panel/CMakeLists.txt.orig 2019-02-25 22:16:30.000000000 +0000
! 8: +++ panel/CMakeLists.txt
! 9: @@ -55,6 +55,8 @@ set(LIBRARIES
! 10: lxqt
! 11: )
! 12:
! 13: +set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Xlinker --export-dynamic")
! 14: +
! 15: file(GLOB CONFIG_FILES resources/*.conf)
! 16:
! 17: ############################################
CVSweb <webmaster@jp.NetBSD.org>