changeset 871:63980a8c8b5e

prepare the guile build rules to work with future versions of guile, too
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 15 Apr 2010 02:26:45 +0200
parents f4fe982ce370
children a29eb0aabd44
files src/guile.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/guile.mk	Thu Apr 15 02:23:55 2010 +0200
+++ b/src/guile.mk	Thu Apr 15 02:26:45 2010 +0200
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://www.gnu.org/software/$(PKG)/
 $(PKG)_URL      := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc libtool gmp libiconv gettext readline
+$(PKG)_DEPS     := gcc libtool gmp libiconv gettext unistring gc libffi readline
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://git.savannah.gnu.org/gitweb/?p=$(PKG).git;a=tags' | \
@@ -25,7 +25,7 @@
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared \
         --with-threads \
-        LIBS='-lintl -liconv'
+        LIBS='-lunistring -lintl -liconv'
     $(MAKE) -C '$(1)' -j '$(JOBS)' schemelib_DATA=
     $(MAKE) -C '$(1)' -j 1 install schemelib_DATA=