Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (802559d6dad22b4bb5d755be737e129fe61b2765)
  • Date: Fri, 9 Dec 2011 21:41:49 -0600

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




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (802559d6dad22b4bb5d755be737e129fe61b2765), Justin Boffemmyer, 12/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page