Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (85845bc118c7c01346481fbb884ce9f59603b92e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (85845bc118c7c01346481fbb884ce9f59603b92e)
  • Date: Sat, 17 Aug 2019 13:14:48 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/gmp/DEPENDS | 10 ----------
libs/gmp/HISTORY | 3 +++
2 files changed, 3 insertions(+), 10 deletions(-)

New commits:
commit 85845bc118c7c01346481fbb884ce9f59603b92e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gmp - fix

diff --git a/libs/gmp/DEPENDS b/libs/gmp/DEPENDS
index b7acd4a..a50b2a9 100755
--- a/libs/gmp/DEPENDS
+++ b/libs/gmp/DEPENDS
@@ -1,15 +1,5 @@
depends m4 &&
-
-if spell_ok gcc; then
- persistent_read gcc GCC_COMPILER GCC_COMPILER || true
-fi &&
-
-# only allow dependency on g++ if g++ is installed, otherwise a cycle is
created
-if list_find "$GCC_COMPILER" "c++"; then
optional_depends -sub CXX gcc \
"--enable-cxx" \
"--disable-cxx" \
"Enable C++ support?"
-else
- OPTS="--disable-cxx $OPTS"
-fi
diff --git a/libs/gmp/HISTORY b/libs/gmp/HISTORY
index 5c1cb6d..6a2715e 100644
--- a/libs/gmp/HISTORY
+++ b/libs/gmp/HISTORY
@@ -1,3 +1,6 @@
+2019-08-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: rmeove ancient logic - g++ is always built since longtime
+
2019-01-09 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_INSTALL: added
* DETAILS: enale staging



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (85845bc118c7c01346481fbb884ce9f59603b92e), Treeve Jelbert, 08/17/2019

Archive powered by MHonArc 2.6.24.

Top of Page