Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (3addf27e428ddbb80c4d62df67afbf2ad064fa9a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (3addf27e428ddbb80c4d62df67afbf2ad064fa9a)
  • Date: Mon, 13 Aug 2007 19:19:56 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT mages.ath.cx>:

libs/libstroke/DEPENDS | 3 +++
libs/libstroke/HISTORY | 3 +++
libs/libstroke/PRE_BUILD | 5 +++++
3 files changed, 11 insertions(+)

New commits:
commit 3addf27e428ddbb80c4d62df67afbf2ad064fa9a
Author: Elisamuel Resto <ryuji AT mages.ath.cx>
Commit: Elisamuel Resto <ryuji AT mages.ath.cx>

libs/libstroke: fix for bug #13146 (no detection for x64)

diff --git a/libs/libstroke/DEPENDS b/libs/libstroke/DEPENDS
index 16690a3..4eed79a 100755
--- a/libs/libstroke/DEPENDS
+++ b/libs/libstroke/DEPENDS
@@ -1 +1,4 @@
depends X11-LIBS
+if [ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]; then
+ depends libtool
+fi
diff --git a/libs/libstroke/HISTORY b/libs/libstroke/HISTORY
index 14a1817..7f76b3c 100644
--- a/libs/libstroke/HISTORY
+++ b/libs/libstroke/HISTORY
@@ -1,3 +1,6 @@
+2007-08-13 Elisamuel Resto <ryuji AT mages.ath.cx>
+ * PRE_BUILD, DEPENDS: fix for bug #13146 (no detection for x64)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/libs/libstroke/PRE_BUILD b/libs/libstroke/PRE_BUILD
new file mode 100755
index 0000000..be58d8f
--- /dev/null
+++ b/libs/libstroke/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+if [ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]; then
+ cp -v ${INSTALL_ROOT}/usr/share/libtool/config.sub ${SOURCE_DIRECTORY} &&
+ cp -v ${INSTALL_ROOT}/usr/share/libtool/config.guess ${SOURCE_DIRECTORY}
+fi



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (3addf27e428ddbb80c4d62df67afbf2ad064fa9a), Elisamuel Resto, 08/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page