summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.10.0_alpha5.ebuild')
-rw-r--r--dev-lang/python/python-3.10.0_alpha5.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.10.0_alpha5.ebuild b/dev-lang/python/python-3.10.0_alpha5.ebuild
index df84b115ffd6..741cc079a7b8 100644
--- a/dev-lang/python/python-3.10.0_alpha5.ebuild
+++ b/dev-lang/python/python-3.10.0_alpha5.ebuild
@@ -153,11 +153,6 @@ src_configure() {
# Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
tc-export CXX
- # Set LDFLAGS so we link modules with -lpython3.2 correctly.
- # Needed on FreeBSD unless Python 3.2 is already installed.
- # Please query BSD team before removing this!
- append-ldflags "-L."
-
# Fix implicit declarations on cross and prefix builds. Bug #674070.
use ncurses && append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw