diff options
Diffstat (limited to 'extra/ghostscript/Pkgfile')
-rwxr-xr-x | extra/ghostscript/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile index ec6d40d36..8830f48ae 100755 --- a/extra/ghostscript/Pkgfile +++ b/extra/ghostscript/Pkgfile @@ -10,7 +10,8 @@ release=1 source=( http://ghostscript.com/releases/$name-$version.tar.gz \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz\ - http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz ghostscript-fPIC.patch) + http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz \ + http://nutyx.meticul.eu/files/patchs/$name/ghostscript-fPIC.patch) build() { unset MAKEFLAGS |