summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/ncurses/ncurses-6.4_p20230424.ebuild')
-rw-r--r--sys-libs/ncurses/ncurses-6.4_p20230424.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild b/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild
index ac297470aec9..976e3e417487 100644
--- a/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild
+++ b/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild
@@ -154,11 +154,6 @@ src_configure() {
# bug #214642
BUILD_CPPFLAGS+=" -D_GNU_SOURCE"
- # bug #852665
- if [[ ${CHOST} == *-cygwin* ]]; then
- BUILD_CPPFLAGS+=" -DBUILDING_NCURSES"
- fi
-
# Build the various variants of ncurses -- narrow, wide, and threaded. #510440
# Order matters here -- we want unicode/thread versions to come last so that the
# binaries in /usr/bin support both wide and narrow.