pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: games/xracer: Call glutInit before glutCreateWindow



On Sun, Sep 22, 2024 at 04:40:04PM -0400, iris000%duck.com@localhost wrote:
> games/xracer currently builds, but does not run.
> 
> Someone on IRC mentioned that running games/xracer fails with:
> 
> > freeglut  ERROR:  Function <glutCreateWindow> called without first
> > calling 'glutInit'.
> 
> This patch adds 'glutInit (&argc, argv);' before
> 'program_initialization ();' so that the package is able to run again.

Committed, thanks!
 Thomas


Home | Main Index | Thread Index | Old Index