pkgsrc-Bugs archive

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

Re: pkg/33588 (build error in /graphics/glu)



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@localhost
---------------------------------




Home | Main Index | Thread Index | Old Index