Bug 74934

Summary: games/linux-q3ademo - libGL.so symbolic link needed
Product: Ports & Packages Reporter: Yonas <yonas>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yonas 2004-12-11 01:20:36 UTC
    I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1 is needed in /usr/local/share/q3ademo
    
    Otherwise, quake will complain that it can not find the libGL.so. Perhaps /compat/linux/usr/X11R6/lib/
    could also be added to the library path, but creating a link may be a simplier solution.

Fix: 

ln -s /compat/linux/usr/X11R6/lib/libGL.so.1 /usr/local/share/q3ademo/libGL.so
    
    This could be done by the port after installation.
How-To-Repeat:     Run quake after install the
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-17 08:58:20 UTC
State Changed
From-To: open->closed

Committed, thanks!