Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c08f649c4b99912ff01be22876cd17b77ac78db1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c08f649c4b99912ff01be22876cd17b77ac78db1)
  • Date: Wed, 30 Jun 2021 00:11:02 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/kicad/BUILD | 6 ------
graphics/kicad/HISTORY | 3 +++
video/simplescreenrecorder/BUILD | 7 -------
video/simplescreenrecorder/HISTORY | 3 +++
4 files changed, 6 insertions(+), 13 deletions(-)

New commits:
commit c08f649c4b99912ff01be22876cd17b77ac78db1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

simplescreenrecorder: Remove linking workaround

commit 598923902157b449af2fcfc2a160e2580b4cee79
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kicad: Remove linking workaround

diff --git a/graphics/kicad/BUILD b/graphics/kicad/BUILD
index 128ebd0..068fe17 100755
--- a/graphics/kicad/BUILD
+++ b/graphics/kicad/BUILD
@@ -1,8 +1,2 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- CXXFLAGS+=' -static-libstdc++'
- ;;
-esac &&
OPTS+=' -DKICAD_USE_OCE=OFF' &&
cmake_build
diff --git a/graphics/kicad/HISTORY b/graphics/kicad/HISTORY
index b8238d8..a5d24d5 100644
--- a/graphics/kicad/HISTORY
+++ b/graphics/kicad/HISTORY
@@ -1,3 +1,6 @@
+2021-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: removed linking workaround
+
2021-05-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PRE_BUILD: updated spell to 5.1.10
* boost-1.61.patch.gz: removed, no longer needed
diff --git a/video/simplescreenrecorder/BUILD
b/video/simplescreenrecorder/BUILD
deleted file mode 100755
index 1ae2ff6..0000000
--- a/video/simplescreenrecorder/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- LDFLAGS+=" -static-libstdc++"
- ;;
-esac &&
-default_build
diff --git a/video/simplescreenrecorder/HISTORY
b/video/simplescreenrecorder/HISTORY
index 1feab91..a432422 100644
--- a/video/simplescreenrecorder/HISTORY
+++ b/video/simplescreenrecorder/HISTORY
@@ -1,2 +1,5 @@
+2021-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: removed linking workaround
+
2021-05-28 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c08f649c4b99912ff01be22876cd17b77ac78db1), Ismael Luceno, 06/29/2021

Archive powered by MHonArc 2.6.24.

Top of Page