From 129160ec854dca4c3fedb5bcfbcb56930371da0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2021 21:06:00 +0000 Subject: gentoo new year resync : 01.01.2021 --- app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild') diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild index 61a15bd1f53c..409834bb73d2 100644 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild @@ -56,6 +56,7 @@ PATCHES=( "${FILESDIR}"/${P}-fix-inline.patch "${FILESDIR}"/${P}-lto.patch "${FILESDIR}"/${P}-as.patch + "${FILESDIR}"/${P}-nm.patch ) pkg_pretend() { @@ -90,6 +91,8 @@ src_configure() { fi # sndfile support is unconditionally disabled in src/plugin/sndfile/snd_o_wav.c + # CPP has to be set explicitly to workaround autoconf-2.69 + # CPP detection (fixed in 2.70). bug #762748. econf $(use_with X x) \ $(use_with svga svgalib) \ $(use_enable debug) \ @@ -100,11 +103,12 @@ src_configure() { --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \ --sysconfdir="${EPREFIX}"/etc/dosemu/ \ --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \ - IA16_LDFLAGS_EXTRA=${nopie_flag} + IA16_LDFLAGS_EXTRA=${nopie_flag} \ + CPP="$(tc-getCPP)" } src_compile() { - # src/makefile.common is fritten manually, uses AR=ar + # src/makefile.common is written manually, uses AR=ar emake AR=$(tc-getAR) } -- cgit v1.2.3