[Lunar-commits] <moonbase> id3lib: Added libstdc++ linking to enable the building of ripperX.
Auke Kok
sofar at foo-projects.org
Wed Apr 16 22:58:58 CEST 2008
commit 5ecc9fc96f0b2c31fcad5a89b130c0fff977d44f
Author: Jason Williams <jason5876 at gmail.com>
Date: Wed Apr 16 22:58:58 2008 +0200
id3lib: Added libstdc++ linking to enable the building of ripperX.
---
audio/id3lib/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/audio/id3lib/BUILD b/audio/id3lib/BUILD
index 47d6106..d675d8c 100644
--- a/audio/id3lib/BUILD
+++ b/audio/id3lib/BUILD
@@ -2,7 +2,7 @@
default_config &&
- sedit 's:LIBS =:LIBS = -lz:' src/Makefile
+ sedit 's:LIBS =:LIBS = -lz -lstdc++:' src/Makefile
default_make
More information about the Lunar-commits
mailing list