[SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (802559d6dad22b4bb5d755be737e129fe61b2765)

Justin Boffemmyer scm at sourcemage.org
Fri Dec 9 22:41:49 EST 2011


GIT changes to master grimoire by Justin Boffemmyer <flux at sourcemage.org>:

 devel/guile/DEPENDS |    1 +
 devel/guile/HISTORY |    3 +++
 2 files changed, 4 insertions(+)

New commits:
commit 802559d6dad22b4bb5d755be737e129fe61b2765
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>

    devel/guile: add libffi dependency
    
    Guile depends on libffi, otherwise it fails configure:
    
    checking for LIBFFI... configure: error: Package requirements (libffi)
    were not met:
    
    Adding libffi as a dependency fixes this problem.

diff --git a/devel/guile/DEPENDS b/devel/guile/DEPENDS
index 249bc70..bb41f3c 100755
--- a/devel/guile/DEPENDS
+++ b/devel/guile/DEPENDS
@@ -1,4 +1,5 @@
 depends gmp &&
 depends libunistring &&
 depends libgc &&
+depends libffi &&
 depends libtool
diff --git a/devel/guile/HISTORY b/devel/guile/HISTORY
index bc4417f..bfbbf00 100644
--- a/devel/guile/HISTORY
+++ b/devel/guile/HISTORY
@@ -1,3 +1,6 @@
+2011-12-10 Justin Boffemmyer <flux at sourcemage.org>
+	* DEPENDS: added libffi, fails to build without it
+
 2011-10-23 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.0.3
 


More information about the SM-Commit mailing list