Skip to content

Commit

Permalink
dev-libs/bemenu: fix linking at compile time
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed May 11, 2020
1 parent f226a1b commit 23fa275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-libs/bemenu/bemenu-0.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RDEPEND="${DEPEND}"
BDEPEND="doc? ( app-doc/doxygen )"

src_compile() {
emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "")
use doc && emake doxygen
emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "") PREFIX=/usr libdir=/$(get_libdir)
use doc && emake doxygen PREFIX=/usr libdir=/$(get_libdir)
}

src_install() {
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/bemenu/bemenu-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RDEPEND="${DEPEND}"
BDEPEND="doc? ( app-doc/doxygen )"

src_compile() {
emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "")
use doc && emake doxygen
emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "") PREFIX=/usr libdir=/$(get_libdir)
use doc && emake doxygen PREFIX=/usr libdir=/$(get_libdir)
}

src_install() {
Expand Down

0 comments on commit 23fa275

Please sign in to comment.