Bug 91944

Summary: Update port: graphics/glew fix compiler errors when using glew with libglut 6.4.1
Product: Ports & Packages Reporter: Igor Pokrovsky <ip>
Component: Individual Port(s)Assignee: Sergey Matveychuk <sem>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
glew.diff none

Description Igor Pokrovsky 2006-01-18 09:50:03 UTC
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() {}
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2006-01-18 12:48:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2006-01-18 17:20:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!