diff options
Diffstat (limited to 'dev-lang/gnucobol/gnucobol-3.1.2.ebuild')
-rw-r--r-- | dev-lang/gnucobol/gnucobol-3.1.2.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild index 8202373ea8e8..b6419a90cf82 100644 --- a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="A free/libre COBOL compiler" HOMEPAGE="https://gnucobol.sourceforge.io/" SRC_URI="mirror://sourceforge/${PN}/$(ver_cut 1-2)/${P}.tar.xz" @@ -24,6 +26,13 @@ BDEPEND="sys-devel/libtool" DOCS=( AUTHORS ChangeLog NEWS README README.md ) +PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) + +src_prepare() { + default + eautoreconf +} + src_configure() { econf \ $(use_with berkdb db) \ |