[Lunar-commits] id3lib: Apply slightly different version of the proposed patch by V4hn.

Moritz Heiber moe at lunar-linux.org
Sun Jan 27 18:50:19 CET 2008


commit 664e618a47edf7754b08dd57983e3a7d5ac3ff64
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Sun Jan 27 18:49:42 2008 +0100

    id3lib: Apply slightly different version of the proposed patch by V4hn.
---
 audio/id3lib/BUILD   |    9 +++++++++
 audio/id3lib/DEPENDS |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/audio/id3lib/BUILD b/audio/id3lib/BUILD
new file mode 100644
index 0000000..47d6106
--- /dev/null
+++ b/audio/id3lib/BUILD
@@ -0,0 +1,9 @@
+(
+
+  default_config &&
+
+  sedit 's:LIBS =:LIBS = -lz:' src/Makefile
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/audio/id3lib/DEPENDS b/audio/id3lib/DEPENDS
index d8741d0..24d896f 100644
--- a/audio/id3lib/DEPENDS
+++ b/audio/id3lib/DEPENDS
@@ -1 +1,2 @@
-depends  popt
+depends popt
+depends zlib


More information about the Lunar-commits mailing list