Diff Curses-1.410.0 with a Curses-1.430.0
/usr/portage/dev-perl/Curses/Curses-1.430.0.ebuild 2023-10-09 14:52:29.840368359 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=GIRAFFED |
7 |
DIST_VERSION=1.41 |
|
7 |
DIST_VERSION=1.43 |
|
8 | 8 |
DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel") |
9 | 9 |
inherit perl-module toolchain-funcs |
10 | 10 | |
... | ... | |
27 | 27 |
test? ( virtual/perl-Test-Simple ) |
28 | 28 |
" |
29 | 29 | |
30 |
PATCHES=( |
|
31 |
"${FILESDIR}"/${PN}-1.410.0-clang16.patch |
|
32 |
) |
|
33 | ||
34 | 30 |
src_configure() { |
35 | 31 |
myconf=( FORMS PANELS MENUS ) |
36 | 32 |
mydoc=( HISTORY ) |
... | ... | |
42 | 38 |
perl-module_src_configure |
43 | 39 | |
44 | 40 |
if ! use unicode ; then |
45 |
sed -i 's:<form.h>:"${ESYSROOT}/usr/include/form.h":' "${S}"/c-config.h || die |
|
41 |
sed -i "s:<form.h>:\"${ESYSROOT}/usr/include/form.h\":" "${S}"/c-config.h || die |
|
46 | 42 |
fi |
47 | 43 |
} |