summaryrefslogtreecommitdiff
path: root/x11-plugins/asmem/asmem-1.12-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-09 07:31:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-09 07:31:31 +0100
commit7b03fb00a2d749e09f83cb0ac3f351f006244586 (patch)
tree91dbee5032d1e8f9f7b3c2d7d7c198c3502a584f /x11-plugins/asmem/asmem-1.12-r2.ebuild
parentc956c264bdc853972b72016b752683468881af25 (diff)
gentoo auto-resync : 09:10:2022 - 07:31:31
Diffstat (limited to 'x11-plugins/asmem/asmem-1.12-r2.ebuild')
-rw-r--r--x11-plugins/asmem/asmem-1.12-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-plugins/asmem/asmem-1.12-r2.ebuild b/x11-plugins/asmem/asmem-1.12-r2.ebuild
index 47c255eede9c..02804f6c2ddb 100644
--- a/x11-plugins/asmem/asmem-1.12-r2.ebuild
+++ b/x11-plugins/asmem/asmem-1.12-r2.ebuild
@@ -29,15 +29,17 @@ DEPEND="
PATCHES=(
"${FILESDIR}"/respect-ldflags.patch
- "${FILESDIR}"/configure-implicit-func-decls.patch
+ "${FILESDIR}"/configure-implicits.patch
)
src_configure() {
+ tc-export CC # old autoconf
+
econf $(use_enable jpeg)
}
src_compile() {
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
+ emake LDFLAGS="${LDFLAGS}"
}
src_install() {