Subject: pkg/9862: pkgsrc/games/battalion wants -lMesa-GL instead of -lGL etc.
To: None <gnats-bugs@gnats.netbsd.org>
From: Sean Doran <smd@ebone.net>
List: netbsd-bugs
Date: 04/12/2000 06:01:12
>Number:         9862
>Category:       pkg
>Synopsis:       pkgsrc/games/battalion wants -lMesa-GL instead of -lGL etc.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 12 06:02:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sean Doran
>Release:        cvs as of 20000412
>Organization:
Sean Doran <smd@ebone.net>
Development Manager, Ebone Inc., Copenhagen Denmark
>Environment:
	
System: NetBSD sean.ebone.net 1.4X NetBSD 1.4X (EBONE) #0: Wed Apr 5 00:40:25 CEST 2000 smd@sean.ebone.net:/usr/src/sys/arch/i386/compile/EBONE i386


>Description:

Fragment from the patched Makefile from the distribution:

GLIB = -lMesaGL -lMesaGLU
# or
#GLIB =  -lGL -lGLU

This fails when linking against Mesa-3.1 from pkgsrc (-lMesaGL not found).

>How-To-Repeat:
	cd /usr/pkgsrc/games/battalion
	make
>Fix:
	
Fragment should be:

#GLIB = -lMesaGL -lMesaGLU
# or
GLIB =  -lGL -lGLU


>Release-Note:
>Audit-Trail:
>Unformatted: