diff options
author | 2009-02-18 15:52:23 +0000 | |
---|---|---|
committer | 2009-02-18 15:52:23 +0000 | |
commit | 29c0184588dfec6e632366c512001f95ce3f6e84 (patch) | |
tree | 3049789c4d6000e799e45d632066215521a5e0cd /media-sound/audtty/files | |
parent | Due to lack of hardware I have been unable to attend to this package. I will ... (diff) | |
download | gentoo-2-29c0184588dfec6e632366c512001f95ce3f6e84.tar.gz gentoo-2-29c0184588dfec6e632366c512001f95ce3f6e84.tar.bz2 gentoo-2-29c0184588dfec6e632366c512001f95ce3f6e84.zip |
Bump up audacious DEPEND to v1.5 where the D-Bus mess has been sorted out. Patch by Kevin Pyle <kevin.pyle@bluecoat.com> fixes link ordering and closes bug #247822 filed by Diego E. Flameeyes Pettenò <flameeyes@gentoo.org>.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audtty/files')
-rw-r--r-- | media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch b/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch index dd891186bbe1..fb78cf75f4b8 100644 --- a/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch +++ b/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch @@ -6,7 +6,7 @@ diff -ur audtty.orig/Makefile.in audtty/Makefile.in audtty: ${BINS} - cc -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS) -+ $(CC) -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS) ++ $(CC) -Wall ${LDFLAGS} -o audtty $(BINS) -lncurses -laudclient .c.o: - cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $< |