Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (95233b571844168447a645e6fbd382d867d6313d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (95233b571844168447a645e6fbd382d867d6313d)
  • Date: Tue, 4 Dec 2007 15:40:11 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/popt/HISTORY | 3 +++
libs/popt/PRE_BUILD | 4 ++++
2 files changed, 7 insertions(+)

New commits:
commit 95233b571844168447a645e6fbd382d867d6313d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

popt: fix the lib64 issue (popt installing to normal lib dir now)

diff --git a/libs/popt/HISTORY b/libs/popt/HISTORY
index 81c5ef7..4c1c7fd 100644
--- a/libs/popt/HISTORY
+++ b/libs/popt/HISTORY
@@ -1,3 +1,6 @@
+2007-12-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: no lib64 dir... we use lib, just lib
+
2007-08-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.12

diff --git a/libs/popt/PRE_BUILD b/libs/popt/PRE_BUILD
new file mode 100755
index 0000000..ee8b49d
--- /dev/null
+++ b/libs/popt/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# simple hack of configure to prevent lib64
+sedit 's/MARK64=64/MARK64=/' configure



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (95233b571844168447a645e6fbd382d867d6313d), Thomas Orgis, 12/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page