[SM-Commit] GIT changes to master grimoire by Bor Kraljič (e3216b6e851d574213bfaf71ad9fb3814ebb32af)

Bor Kraljič scm at sourcemage.org
Mon Oct 24 07:24:14 EDT 2011


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 devel/valgrind/HISTORY   |    3 +++
 devel/valgrind/PRE_BUILD |    3 +++
 2 files changed, 6 insertions(+)

New commits:
commit e3216b6e851d574213bfaf71ad9fb3814ebb32af
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    valgrind: added sedit to build with linux 3.* (fixes #143)

diff --git a/devel/valgrind/HISTORY b/devel/valgrind/HISTORY
index 1de76a9..58c3cf2 100644
--- a/devel/valgrind/HISTORY
+++ b/devel/valgrind/HISTORY
@@ -1,3 +1,6 @@
+2011-10-24 Bor Kraljič <pyrobor at ver.si>
+	* PRE_BUILD: added sedit to build with linux 3.* (fixes #143)
+
 2011-09-22 Ismael Luceno <ismael at sourcemage.org>
 	* DOWNLOAD: Remove, sorcery supports Subversion URLs now
 	* DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
diff --git a/devel/valgrind/PRE_BUILD b/devel/valgrind/PRE_BUILD
index a921a98..0c0c962 100755
--- a/devel/valgrind/PRE_BUILD
+++ b/devel/valgrind/PRE_BUILD
@@ -5,5 +5,8 @@ if [[ $VALGRIND_SVN == y ]]
 then
   NOCONFIGURE=Y  ./autogen.sh
 fi &&
+if [[ $VALGRIND_BRANCH == stable ]]; then
+  sedit "s,2\.6\.\*),2\.6\.\*\|3\.\*)," configure
+fi &&
 
 patch -p0 < "$SPELL_DIRECTORY/glibc-version.patch"


More information about the SM-Commit mailing list