Skip to content

Commit

Permalink
app-text/barcode: QA use eautoreconf
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/814305
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
tamiko committed Nov 23, 2021
1 parent 16dad22 commit dc883ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-text/barcode/barcode-0.99-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=7

inherit autotools

DESCRIPTION="barcode generator"
HOMEPAGE="https://www.gnu.org/software/barcode/"
SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
Expand All @@ -20,13 +22,15 @@ PATCHES=(
)

src_prepare() {
default

sed -i -e '/^LDFLAGS =/s:=:+=:' \
-e "/^aLIBDIR/s:lib:$(get_libdir):" \
-e '/^INFODIR/s:info:share/info:' \
-e '/^MAN/s:man:share/man:' \
Makefile.in || die

default
eautoreconf
}

src_configure() {
Expand Down

0 comments on commit dc883ed

Please sign in to comment.