[Bug 211310] wxPython.h not supplied by x11-toolkits/py-wxPython30
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 29 15:32:39 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211310
Ruslan Makhmatkhanov <rm at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rm at FreeBSD.org
--- Comment #1 from Ruslan Makhmatkhanov <rm at 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.
More information about the freebsd-python
mailing list