Magellan Linux

Diff of /trunk/extras/freeglut/freeglut-3.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26082 by niro, Mon Jun 15 11:54:45 2015 UTC revision 26083 by niro, Mon Jun 15 12:01:31 2015 UTC
# Line 9  PCAT="media-libs" Line 9  PCAT="media-libs"
9  DESCRIPTION="freeglut is a alternative to the OpenGL Utility Toolkit (GLUT) library."  DESCRIPTION="freeglut is a alternative to the OpenGL Utility Toolkit (GLUT) library."
10  HOMEPAGE="http://freeglut.sourceforge.net/"  HOMEPAGE="http://freeglut.sourceforge.net/"
11    
12  sminclude multilib  sminclude cmake multilib
13    
14  DEPEND=">= virtual/glibc  DEPEND=">= virtual/glibc
15   >= x11-libs/libX11-1.6   >= x11-libs/libX11-1.6
# Line 33  SRC_URI=( Line 33  SRC_URI=(
33  )  )
34    
35  UP2DATE="updatecmd_sourceforge ${PNAME} gz"  UP2DATE="updatecmd_sourceforge ${PNAME} gz"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # smooth_opengl3 demo doesn't build with recent mesa  
  all-abis 'sed -i "s/smooth_opengl3 //" progs/demos/Makefile.* || die'  
  mautoreconf || die  
 }  

Legend:
Removed from v.26082  
changed lines
  Added in v.26083