Subject: Re: can't compile graphics/glitz with modular xorg
To: None <joel@carnat.net>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: pkgsrc-users
Date: 04/29/2007 12:53:31
The problem here is -DGLX_GLXEXT_LEGACY; this has been deprecated.
Please remove the line in your mesalib buildlink3.mk file that defines
this and you shouldn't have any problems.

If any other applications' builds are problematic, you can try
defining GLX_GLXEXT_PROTOTYPES instead.

Regards,

--Blair