pkgsrc-Users archive

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

Re: graphics/glut symbol problems



On Thu, Jun 05, 2008 at 04:09:26PM +0200, Tobias Nygren wrote:
> Side note; the "fix" committed by tron looks bogus to me. Removing a
> flag doesn't make any sense if it isn't added anwhere.

For the discription of the patch it looked to like somebody was trying
to prevent symbol hiding. That is why I changed it to remove the option.

--- src/mesa/drivers/x11/glxapi.c.orig  2008-06-05
15:58:09.000000000 +0200 +++ src/mesa/drivers/x11/glxapi.c
2008-06-05 15:58:52.000000000 +0200 @@ -1358,7 +1358,7 @@
  * This function does not get dispatched through the dispatch table
  * since it's really a "meta" function.
  */
-__GLXextFuncPtr
+PUBLIC __GLXextFuncPtr
 glXGetProcAddressARB(const GLubyte *procName)
 {
    __GLXextFuncPtr f;

Are all the other public symbols are properly markes as PUBLIC?

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index