summaryrefslogtreecommitdiffstats
path: root/base/guile/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-26 22:50:54 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-26 22:50:54 +0200
commit6c025073cd1b9247eeea0472d83fc35955ff25d7 (patch)
treecff3ba6af64563cbc62ca8a2d9f80689929a83ad /base/guile/Pkgfile
parent34c929ae6ce4af77fd3792680400574fda520117 (diff)
downloadnutyx-pakxe-6c025073cd1b9247eeea0472d83fc35955ff25d7.tar.gz
nutyx-pakxe-6c025073cd1b9247eeea0472d83fc35955ff25d7.tar.bz2
nutyx-pakxe-6c025073cd1b9247eeea0472d83fc35955ff25d7.tar.xz
nutyx-pakxe-6c025073cd1b9247eeea0472d83fc35955ff25d7.zip
guile, ajout patch pour gcc 4.5.0
Diffstat (limited to 'base/guile/Pkgfile')
-rwxr-xr-xbase/guile/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/guile/Pkgfile b/base/guile/Pkgfile
index 9aceb568a..f94838fc7 100755
--- a/base/guile/Pkgfile
+++ b/base/guile/Pkgfile
@@ -7,11 +7,12 @@
name=guile
version=1.8.7
release=1
-source=( http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
-
+source=( http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz\
+ guile-gcc-4.5.0-doc-1.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../guile-gcc-4.5.0-doc-1.patch
sed -i -e '20,$ d' \
-e 's|slib)|&)\n(load-from-path "slib/guile.init")|' \
ice-9/slib.scm