[Lunar-commits] <moonbase> lash: Adding a BUILD to fix a failed make with our recent bumps of gcc and friends.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Sep 29 16:14:28 CEST 2009


commit 3dc3559afacf979eb930d4ea273821ab45053ff6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Sep 29 10:14:28 2009 -0400

    lash: Adding a BUILD to fix a failed make with our recent bumps of gcc and friends.
---
 audio/lash/BUILD   |    7 +++++++
 audio/lash/DETAILS |    5 ++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/audio/lash/BUILD b/audio/lash/BUILD
new file mode 100644
index 0000000..18c7712
--- /dev/null
+++ b/audio/lash/BUILD
@@ -0,0 +1,7 @@
+(
+
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/lash/DETAILS b/audio/lash/DETAILS
index a373da0..a71f24d 100644
--- a/audio/lash/DETAILS
+++ b/audio/lash/DETAILS
@@ -1,11 +1,14 @@
           MODULE=lash
          VERSION=0.5.4
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=lash-socket.01.patch
       SOURCE_URL=http://download.savannah.gnu.org/releases/lash/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:d8fa24ebef0807c3b0426894d7ecd6229fda28b4
+     SOURCE2_VFY=sha1:210fb3b0c159195de675002d01b55d6abc3660fe
         WEB_SITE=http://lash.nongnu.org/
          ENTERED=20070610
-         UPDATED=20080201
+         UPDATED=20090929
            SHORT="session management system for JACK and ALSA"
 cat << EOF
 LASH is a session management system for JACK and ALSA audio applications


More information about the Lunar-commits mailing list