Fix undefined symbol errors when including glut.h just after glew.h in applications which depends on both of them. Bumped PORTREVISION. Added files: files/patch-include_GL_glew.h How-To-Repeat: Try compiling the following test program #include <GL/glew.h> #include <GL/glut.h> int main() {}
Responsible Changed From-To: freebsd-ports-bugs->sem Take it.
State Changed From-To: open->closed Committed. Thanks!