diff options
Diffstat (limited to 'lang/python36/Makefile')
-rw-r--r-- | lang/python36/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile index 10276165c4cd..e4d9e671d219 100644 --- a/lang/python36/Makefile +++ b/lang/python36/Makefile @@ -117,15 +117,6 @@ DISABLED_EXTENSIONS+= nis PLIST_SUB+= NO_NIS="" .endif -post-patch: -# readline shared library is present on base before FreeBSD 11 - r268461 -# force setup.py ignore base and use readline from ports -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 - @${REINPLACE_CMD} -e \ - "s|lib_dirs,\ \'readline\'|[\'${LOCALBASE}/lib\',\ \'.\'],\ \'readline\'|" \ - ${WRKSRC}/setup.py -.endif - post-install: .if ! ${PORT_OPTIONS:MDEBUG} ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975 |