Hi. My problem. Compile port guile => error Lt_blablabla Append your port guile # Description: Embeddable library implementation of Scheme # URL: http://www.gnu.org/software/guile/ # Maintainer: Hannes Mayer, kontakt at ecarux de # Depends on: name=guile version=1.8.1 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version #append sed -i '/lt_*/d' $PWD/libguile/guile.c ./configure --prefix=/usr \ --with-threads \ --with-modules make make DESTDIR=$PKG install rm -rf $PKG/usr/info chown -R root:root $PKG } ________________________________________________________________ Compile O.K Is It correct ? Milan Buska == Sorry bad en.language == -- Remember, no question is too stupid and no problem too small -- We've all been beginners
Thanks for your bugreport. Problem is fixed. Please run # ports -u and try again. regards Hannes Am Sonntag, 22. Juni 2008 20:23:15 schrieb Milan Buška:
Hi. My problem. Compile port guile => error Lt_blablabla
Append your port guile # Description: Embeddable library implementation of Scheme # URL: http://www.gnu.org/software/guile/ # Maintainer: Hannes Mayer, kontakt at ecarux de # Depends on:
name=guile version=1.8.1 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version #append sed -i '/lt_*/d' $PWD/libguile/guile.c ./configure --prefix=/usr \ --with-threads \ --with-modules
make make DESTDIR=$PKG install
rm -rf $PKG/usr/info chown -R root:root $PKG } ________________________________________________________________ Compile O.K Is It correct ? Milan Buska == Sorry bad en.language ==
participants (2)
-
Hannes Mayer
-
Milan Buška