summaryrefslogtreecommitdiff
path: root/x11-misc/imake
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /x11-misc/imake
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'x11-misc/imake')
-rw-r--r--x11-misc/imake/Manifest2
-rw-r--r--x11-misc/imake/imake-1.0.8.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/imake/Manifest b/x11-misc/imake/Manifest
index 9382cfc8dbc6..5c37fe71b5dd 100644
--- a/x11-misc/imake/Manifest
+++ b/x11-misc/imake/Manifest
@@ -1,3 +1,3 @@
DIST imake-1.0.8.tar.bz2 159398 BLAKE2B 2ea03a06daab883a35ac4ef5c5598db89c84b2bbc41105902f64ffaf66a2e5cebaa28bef0ee7d258eb7279eaa95671b8798701423cafffe87d8feced5bc1b63d SHA512 5352b0148664506c8eb7ba80f95fced146d150398673547ba0b2c7c966a382bc21de43dfb8e0d74e38a0a563f16ddbec48bf8c8e6daa1a0899a95403579d7728
-EBUILD imake-1.0.8.ebuild 460 BLAKE2B 7833a22996f3089960f280c83604e789d3e7d81db4563f445498a715fc7058119f48bd2a479e06ca1011f383760dd5e701315d0e27f1a3d3f573883bebd06ef1 SHA512 f3f9dbb71543b770b22dbc4979709d625f859d5aa8ff4a7e2aa9971768621e83cbc219eda4fe2ff1c64be60c3977a6599d85366add8b40f9d3a6b9986f27bf50
+EBUILD imake-1.0.8.ebuild 532 BLAKE2B 3c6354087421c8df7c4b49057309f1d5cde8b7e8a2edf0586d7b815840166ae4ca8c27395697ee48e0468b2b70feb27151b9b7dd57f4792562528fb572676c2b SHA512 d5e3a4e6127859738a4a26690cc3fa6182f55a1ea4fea2931b5f68923dbb45efc09ecb639217c01b0839eea278f3859bd3823db4257fd9c8f7c842f3564d99de
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-misc/imake/imake-1.0.8.ebuild b/x11-misc/imake/imake-1.0.8.ebuild
index 4e2c15dde421..4ace6394603e 100644
--- a/x11-misc/imake/imake-1.0.8.ebuild
+++ b/x11-misc/imake/imake-1.0.8.ebuild
@@ -4,7 +4,7 @@
EAPI=7
XORG_STATIC=no
-inherit xorg-3
+inherit toolchain-funcs xorg-3
DESCRIPTION="C preprocessor interface to the make utility"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
@@ -13,3 +13,7 @@ IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
+
+src_configure() {
+ econf CPP="$(tc-getPROG CPP cpp)"
+}