diff options
Diffstat (limited to 'extra/freeglut/Pkgfile')
-rwxr-xr-x | extra/freeglut/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/freeglut/Pkgfile b/extra/freeglut/Pkgfile index 036fc1847..778494b80 100755 --- a/extra/freeglut/Pkgfile +++ b/extra/freeglut/Pkgfile @@ -2,18 +2,18 @@ # URL: http://freeglut.sourceforge.net/ # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: mesa3d +# Depends on: mesa3d, xorg-libxi # Run on: mesa3d name=freeglut -version=2.4.0 +version=2.6.0 release=1 -source=(http://downloads.sourceforge.net/freeglut//$name-$version.tar.gz \ - http://nutyx.meticul.eu/files/patchs/$name/glut-cursor-inherit.patch) +source=(http://downloads.sourceforge.net/freeglut//$name-$version.tar.gz) +# http://nutyx.meticul.eu/files/patchs/$name/glut-cursor-inherit.patch) build() { cd $name-$version - patch -Np1 -i ../glut-cursor-inherit.patch - sed -i 's/-Werror//' configure +# patch -Np1 -i ../glut-cursor-inherit.patch +# sed -i 's/-Werror//' configure ./configure --prefix=/usr make all make DESTDIR=$PKG install |