diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 09:09:57 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 09:09:57 +0200 |
commit | 6c482c4d25c06c3caa8b4d4f831bfceb75221e6c (patch) | |
tree | 422f7101d772c6691dc4f4f39f86fca0e7f3d6b7 /extra/freeglut/Pkgfile | |
parent | 5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757 (diff) | |
download | nutyx-pakxe-6c482c4d25c06c3caa8b4d4f831bfceb75221e6c.tar.gz nutyx-pakxe-6c482c4d25c06c3caa8b4d4f831bfceb75221e6c.tar.bz2 nutyx-pakxe-6c482c4d25c06c3caa8b4d4f831bfceb75221e6c.tar.xz nutyx-pakxe-6c482c4d25c06c3caa8b4d4f831bfceb75221e6c.zip |
freeglut, port nettoyé
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 |