X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fipe%2Fipe-7.1.4.ebuild;h=c4d1a50bc9fcb2591a249ab78633a40b4f7f1e42;hp=d97da85783fe386b5d36f04e5a589e3405821a58;hb=2a03b2b540a7a965eb3683e84b89f03a4b89438f;hpb=a3a45bb6e966b8fc045626b06e825f52f39dd9eb diff --git a/media-gfx/ipe/ipe-7.1.4.ebuild b/media-gfx/ipe/ipe-7.1.4.ebuild index d97da85..c4d1a50 100644 --- a/media-gfx/ipe/ipe-7.1.4.ebuild +++ b/media-gfx/ipe/ipe-7.1.4.ebuild @@ -53,8 +53,6 @@ src_prepare() { einfo "Adding patch for higher output precision" epatch "${FILESDIR}"/${PN}-outputprecision.patch fi - epatch "${FILESDIR}"/0001-config.mak-use-correct-lua-package-name.patch - epatch "${FILESDIR}"/0002-config.mak-Add-ldl-flag.patch } pkg_setup() { @@ -70,7 +68,8 @@ src_compile() { emake \ CXX=$(tc-getCXX) \ IPEPREFIX="${EPREFIX}/usr" \ - IPEDOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" + IPEDOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" \ + LUA_PACKAGE=lua } src_install() {