Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The libc on freebsd already switched to stdlib.h for malloc, and it dies when malloc.h is included. The attached patch fixes this, and doesn't present any trouble on linux.
Created an attachment (id=92140) [edit] pyopengl-2.0.1.09-malloc.patch Removes malloc.h where stdlib.h is included and replaces malloc.h with stdlib.h where needed.
Created an attachment (id=92142) [edit] pyopengl-2.0.1.09-ebuild.patch Diff to the ebuild for this patch.
included patch into portage. thanks for your patch.