Subject: Re: pkg/33588 (build error in /graphics/glu)
To: None <solaris-pkg-people@NetBSD.org, pkg-manager@NetBSD.org,>
From: Andreas Tannert <tannert@mis.mpg.de>
List: pkgsrc-bugs
Date: 06/01/2006 12:21:13
Hello,
I have a "fix":
in /glu/work/Mesa-6.4.2/src/glu/sgi/Makefile change
.c.o:
${LIBTOOL} --mode=compile \
$(CC) -c $(INCDIRS) $(CFLAGS) -DNDEBUG -DLIBRARYBUILD $< -o $@
.cc.o:
${LIBTOOL} --mode=compile \
$(CXX) -c $(INCDIRS) $(CXXFLAGS) -DNDEBUG -DLIBRARYBUILD $< -o $@
to
.c.o:
${LIBTOOL} --tag=CC --mode=compile \
$(CC) -c $(INCDIRS) $(CFLAGS) -DNDEBUG -DLIBRARYBUILD $< -o $@
.cc.o:
${LIBTOOL} --tag=CXX --mode=compile \
$(CXX) -c $(INCDIRS) $(CXXFLAGS) -DNDEBUG -DLIBRARYBUILD $< -o $@
Best regards
Andreas Tannert
---------------------------------
Andreas Tannert
Max-Planck-Institute for
Mathematics in the Sciences (MIS)
Inselstr. 22-26
D-04103 Leipzig, Germany
---------------------------------
phone: (+) 49-341-9959 693
email: tannert@mis.mpg.de
---------------------------------