Skip to content

Commit

Permalink
app-accessibility/edbrowse: depend on dev-db/unixODBC undonditionally
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/843056
Signed-off-by: Anna Vyalkova <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
CyberTailor authored and thesamesam committed May 30, 2022
1 parent 556d50f commit 03aa661
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,24 @@ SRC_URI="https://github.com/CMB/edbrowse/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="odbc"

RDEPEND="
>=app-text/htmltidy-5.0.0:=
dev-db/unixODBC
dev-libs/libpcre2:=
net-misc/curl
sys-libs/readline:=
odbc? ( dev-db/unixODBC )"
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-lang/perl
sys-apps/ed
virtual/pkgconfig"
virtual/pkgconfig
"

PATCHES=(
"${FILESDIR}/${P}"-respect-ldflags.patch
)
PATCHES=(
"${FILESDIR}/${P}"-respect-ldflags.patch
)

src_compile() {
# First build quickjs so we can link to its static library.
Expand Down

0 comments on commit 03aa661

Please sign in to comment.