Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (002d1f53b03e8561910ae71682a1acf804abf268)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (002d1f53b03e8561910ae71682a1acf804abf268)
  • Date: Tue, 20 Aug 2019 20:47:42 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

libs/ncurses/HISTORY | 3 +++
libs/ncurses/INSTALL | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 002d1f53b03e8561910ae71682a1acf804abf268
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/ncurses: removed unneeded symlink creation

diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index d25c958..b76d499 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2019-08-09 David C. Haley <khoralin AT gmail.com>
+ * INSTALL: Removed unneeded symlink creation
+
2019-05-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Added mirror

diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index ea05b91..f9c9611 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -34,9 +34,7 @@ if [[ $UTF8 == y ]]; then
ln -sf $i.so.${MVERSION} \
$INSTALL_ROOT/lib/${i/w/}.so.${MVERSION} &&
ln -sf $i.so.${VERSION} \
- $INSTALL_ROOT/lib/${i/w/}.so.${VERSION} &&
- ln -sf ${i}_g.a \
- $INSTALL_ROOT/lib/${i/w/}_g.a
+ $INSTALL_ROOT/lib/${i/w/}.so.${VERSION}
done &&

# links from plain curses ${i//[wn]/} and non-utf-8 ncurses ${i/w/} to
utf-8 ncurses $i



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (002d1f53b03e8561910ae71682a1acf804abf268), David C. Haley, 08/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page