https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211310
Ruslan Makhmatkhanov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ruslan Makhmatkhanov <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
