https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211310

Ruslan Makhmatkhanov <r...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r...@freebsd.org

--- Comment #1 from Ruslan Makhmatkhanov <r...@freebsd.org> ---
I believe it's because wxPython30 is built with NO_HEADERS=1 flag. Would you
rebuild and reinstall your x11-toolkits/py-wxPython30 with changing NO_HEADERS
to 0 in port's Makefile?


PYDISTUTILS_BUILDARGS=  WX_CONFIG="${WX_CONFIG}" \
                        WXPORT="${WXPORT}" \
                        NO_HEADERS=1 \     <------ Change this to zero
                        NO_SCRIPTS=1 \
                        INSTALL_MULTIVERSION=1

-- 
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"

Reply via email to