diff -ur a/audtty-0.1.9a-cc-and-destdir.patch b/audtty-0.1.9a-cc-and-destdir.patch --- a/audtty-0.1.9a-cc-and-destdir.patch 2008-07-05 01:39:19.000000000 -0500 +++ b/audtty-0.1.9a-cc-and-destdir.patch 2009-02-12 22:31:30.000000000 -0600 @@ -6,7 +6,7 @@ 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 $<