Pullup a fix from -current pkgsrc to the netbsd-1-6 pkgsrc branch
authoragc <agc>
Tue, 12 Nov 2002 20:24:39 +0000 (20:24 +0000)
committeragc <agc>
Tue, 12 Nov 2002 20:24:39 +0000 (20:24 +0000)
commitd3e509823ea3c7c4b115d473aee870298d8b05c7
tree46c679df47913122dee8cf3dab4ac292612ad17d
parentf58767c85e139be749c72af55bd4a636b2ad9219
Pullup a fix from -current pkgsrc to the netbsd-1-6 pkgsrc branch
for pkgsrc/graphics/glu/Makefile.

Requested by Manuel Bouyer.

"I discovered a problem with graphics/glu: its buildlink.mk checks if
glu is already part of base system, but not the Makefile itself, so
during a bulk build the base system libglu will be overwritten by the
package.  Our base system has libglu.1 where the package installs
libglu.3, in the same place.  This results in some packages having an
effective dependancy to the glu package (because of the lib majuor
number difference), which is not recorded in the package.  So
installing e.g.  kde2 won't pullup glu, but it won't run because of
the missing libglu.so.3 The attached patch solves this problem.  The
code comes from pkgsrc-current,"
graphics/glu/Makefile