Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2015 18:38:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203748] [patch] games/foobillard: Fix linking for libGL and no NVIDIA
Message-ID:  <bug-203748-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203748

            Bug ID: 203748
           Summary: [patch] games/foobillard: Fix linking for libGL and no
                    NVIDIA
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: kennethsalerno@yahoo.com
                CC: thomas@bsdunix.ch
          Keywords: patch
             Flags: maintainer-feedback?(thomas@bsdunix.ch)
                CC: thomas@bsdunix.ch

Created attachment 161993
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161993&action=edit
Patch to fix linking error in foobillard-3.0a

src/ball.c checks if GL_VERTEX_PROGRAM_NV is defined, which is part of libGL's
/usr/local/include/GL/glex.h by default for some reason even if no NVIDIA
support is installed in the system...

This patch will define what needs to be defined to make ball.c compile but
undef's the GL_VERTEX_PROGRAM_NV part so the missing function
"glProgramParameter4fNV" linking error goes away.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203748-13>