summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-12 11:03:06 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-12 11:03:40 -0400
commita1e9746ddab66a76492235b2ea4fda8385cac224 (patch)
treec4c5c265c6b684533d9825ceb6512470640fdb26 /app-text/pinfo/pinfo-0.6.10-r5.ebuild
parentapp-text/kbibtex: version bump (diff)
downloadgentoo-a1e9746ddab66a76492235b2ea4fda8385cac224.tar.gz
gentoo-a1e9746ddab66a76492235b2ea4fda8385cac224.tar.bz2
gentoo-a1e9746ddab66a76492235b2ea4fda8385cac224.zip
app-text/pinfo: fix build w/newer glibc & ncurses
Diffstat (limited to 'app-text/pinfo/pinfo-0.6.10-r5.ebuild')
-rw-r--r--app-text/pinfo/pinfo-0.6.10-r5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
index 793f3b4ec3a7..f16ddb059953 100644
--- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
@@ -36,11 +36,13 @@ src_prepare() {
"${FILESDIR}"/${PN}-0.6.10-info-suffix.patch \
"${FILESDIR}"/${PN}-0.6.10-dir-file.patch \
"${FILESDIR}"/${PN}-0.6.10-tinfo.patch \
- "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
+ "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch \
+ "${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch \
+ "${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
eautoreconf
- append-cflags -D_BSD_SOURCE # sbrk()
+ append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
}
src_configure() {