diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:58:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:15 +0100 |
commit | d84392786f7318e2bb5065790080da601028086c (patch) | |
tree | 38dd8b8930646593222100e2e1513dde0c2fd51b /sys-libs | |
parent | sys-libs/ncurses-compat: drop dead prefix targets (diff) | |
download | gentoo-d84392786f7318e2bb5065790080da601028086c.tar.gz gentoo-d84392786f7318e2bb5065790080da601028086c.tar.bz2 gentoo-d84392786f7318e2bb5065790080da601028086c.zip |
sys-libs/ncurses: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-6.4.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-6.4_p20230401.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-6.4_p20230424.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-6.4_p20230506.ebuild | 5 |
5 files changed, 0 insertions, 25 deletions
diff --git a/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild b/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild index 2969b97a6196..fd7f1fc9cb67 100644 --- a/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild +++ b/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild @@ -198,11 +198,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. diff --git a/sys-libs/ncurses/ncurses-6.4.ebuild b/sys-libs/ncurses/ncurses-6.4.ebuild index 61e0fe9a3936..ab876df76ad1 100644 --- a/sys-libs/ncurses/ncurses-6.4.ebuild +++ b/sys-libs/ncurses/ncurses-6.4.ebuild @@ -142,11 +142,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. diff --git a/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild b/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild index d3e6829f1779..d5ee5d28cc97 100644 --- a/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild +++ b/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild @@ -149,11 +149,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. 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. diff --git a/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild b/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild index 703a32897e0a..ae0083d5601c 100644 --- a/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild +++ b/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild @@ -159,11 +159,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. |