Skip to content

Commit

Permalink
x11-misc/polybar: respect LDFLAGS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/832357
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Mar 3, 2022
1 parent 5d8de28 commit f96824b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x11-misc/polybar/polybar-3.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ DEPEND="
"
RDEPEND="${DEPEND}"

src_prepare() {
sed -e '/set/s/cxx_linker_flags_str/CMAKE_EXE_LINKER_FLAGS_INIT/' -i cmake/cxx.cmake || die
cmake_src_prepare
}

src_configure() {
local mycmakeargs=(
-DENABLE_ALSA="$(usex alsa)"
Expand Down

0 comments on commit f96824b

Please sign in to comment.