diff options
author | 2009-01-03 06:53:51 +0000 | |
---|---|---|
committer | 2009-01-03 06:53:51 +0000 | |
commit | 437fb346ff76c27a5d732623aacf0b93d1310226 (patch) | |
tree | c001a459c07685c29bc825dd2181ea462030cc7f /sys-fs/mp3fs/files | |
parent | Change comment into useable tags. (diff) | |
download | historical-437fb346ff76c27a5d732623aacf0b93d1310226.tar.gz historical-437fb346ff76c27a5d732623aacf0b93d1310226.tar.bz2 historical-437fb346ff76c27a5d732623aacf0b93d1310226.zip |
version bump and fix dependencies as per bug #253432 thanks to Tomas Eriksson
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64
Diffstat (limited to 'sys-fs/mp3fs/files')
-rw-r--r-- | sys-fs/mp3fs/files/mp3fs-0.13-automake-ldadd.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-fs/mp3fs/files/mp3fs-0.13-automake-ldadd.patch b/sys-fs/mp3fs/files/mp3fs-0.13-automake-ldadd.patch new file mode 100644 index 000000000000..34a5cf35f652 --- /dev/null +++ b/sys-fs/mp3fs/files/mp3fs-0.13-automake-ldadd.patch @@ -0,0 +1,8 @@ +--- src/Makefile.am.orig 2009-01-03 17:07:09.000000000 +1100 ++++ src/Makefile.am 2009-01-03 17:10:35.000000000 +1100 +@@ -1,4 +1,4 @@ + bin_PROGRAMS = mp3fs + mp3fs_SOURCES = mp3fs.c transcode.c transcode.h class.c class.h stringio.c stringio.h talloc.c talloc.h + mp3fs_CFLAGS = $(fuse_CFLAGS) $(id3tag_CFLAGS) +-mp3fs_LDFLAGS = -lFLAC -logg -lmp3lame $(fuse_LIBS) $(id3tag_LIBS) ++mp3fs_LDADD = -lFLAC -logg -lmp3lame $(fuse_LIBS) $(id3tag_LIBS) |