]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - dev-util/cdecl99/cdecl99-1.3.ebuild
dev-util/cdecl99: Fix 1.3 build when /bin/sh is bash-5.
[gentoo-draconx.git] / dev-util / cdecl99 / cdecl99-1.3.ebuild
index 79e8874ebb2e408d8d6119f90c304353cb17bc2e..fec29c6a881fbc1066790709135409089c5145ac 100644 (file)
@@ -20,6 +20,10 @@ RDEPEND="nls? ( virtual/libintl sys-devel/bison[nls] )
        readline? ( sys-libs/readline:= )"
 DEPEND="$RDEPEND"
 
+PATCHES=(
+       "$FILESDIR/$P-bash5-fix.patch"
+)
+
 src_configure () {
        econf \
                --enable-shared $(use_enable static-libs static) \