https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820
--- Comment #9 from trond.endres...@ximalas.info --- (In reply to Gerard Seibert from comment #7) You could create a Makefile.local in lang/python27. 1. cd /usr/ports/lang/python27 2. Create Makefile.local with this contents: .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 CFLAGS+=-DOPENSSL_NO_SSL2 .endif 3. Remove said Makefile.local when it's no longer needed. I'm at r418574 and lang/python27 still fails to build on amd64 base/head r302830 without the amended CFLAGS. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"