diff options
Diffstat (limited to 'extra/freeglut/Pkgfile')
-rwxr-xr-x | extra/freeglut/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/freeglut/Pkgfile b/extra/freeglut/Pkgfile index 600492126..1b6492336 100755 --- a/extra/freeglut/Pkgfile +++ b/extra/freeglut/Pkgfile @@ -8,7 +8,7 @@ name=freeglut version=2.4.0 release=1 source=(http://downloads.sourceforge.net/freeglut//$name-$version.tar.gz \ - glut-cursor-inherit.patch) + http://nutyx.meticul.eu/files/patchs/$name/glut-cursor-inherit.patch) build() { cd $name-$version patch -Np1 -i ../glut-cursor-inherit.patch |