Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0bb8ebc86c8887186e1f062dabf7943a36bdd3b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0bb8ebc86c8887186e1f062dabf7943a36bdd3b5)
  • Date: Wed, 4 Jul 2012 10:49:21 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/mpfr/HISTORY | 3 +++
libs/mpfr/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0bb8ebc86c8887186e1f062dabf7943a36bdd3b5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpfr: fixed previous update that brakes a compiler

diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index bff2a00..64cb9e8 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,6 @@
+2012-07-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: fixed previous update that brakes a compiler
+
2012-07-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.1
* PRE_BUILD, allpatches.bbz2: deleted
diff --git a/libs/mpfr/INSTALL b/libs/mpfr/INSTALL
index 883b0c9..b5a8711 100755
--- a/libs/mpfr/INSTALL
+++ b/libs/mpfr/INSTALL
@@ -3,4 +3,4 @@ default_install &&
if [ -e $INSTALL_ROOT/usr/lib/libmpfr.so.1 ]; then
rm $INSTALL_ROOT/usr/lib/libmpfr.so.1
fi &&
-ln -s $TRACK_ROOT/usr/lib/libmpfr.so.4.1.0 $INSTALL_ROOT/usr/lib/libmpfr.so.1
+ln -s $TRACK_ROOT/usr/lib/libmpfr.so $INSTALL_ROOT/usr/lib/libmpfr.so.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0bb8ebc86c8887186e1f062dabf7943a36bdd3b5), Vlad Glagolev, 07/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page