summaryrefslogtreecommitdiff
path: root/dev-ml/labltk/labltk-8.06.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/labltk/labltk-8.06.10.ebuild')
-rw-r--r--dev-ml/labltk/labltk-8.06.10.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/labltk/labltk-8.06.10.ebuild b/dev-ml/labltk/labltk-8.06.10.ebuild
index 11b2200caa2d..df062570447a 100644
--- a/dev-ml/labltk/labltk-8.06.10.ebuild
+++ b/dev-ml/labltk/labltk-8.06.10.ebuild
@@ -8,6 +8,7 @@ inherit findlib
DESCRIPTION="OCaml interface to the Tcl/Tk GUI framework"
HOMEPAGE="https://garrigue.github.io/labltk/"
SRC_URI="https://github.com/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-warnings.patch.bz2"
LICENSE="QPL-1.0 LGPL-2"
SLOT="0/${PV}"
@@ -22,6 +23,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}/findlib.patch"
+ "${WORKDIR}"/${P}-warnings.patch
)
src_prepare() {