Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247822
Collapse All | Expand All

(-)a/audtty-0.1.9a-cc-and-destdir.patch (-1 / +1 lines)
Lines 6-12 Link Here
6
 
6
 
7
 audtty: ${BINS}
7
 audtty: ${BINS}
8
-	cc -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
8
-	cc -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
9
+	$(CC) -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
9
+	$(CC) -Wall ${LDFLAGS} -o audtty $(BINS) -lncurses -laudclient
10
 
10
 
11
 .c.o:
11
 .c.o:
12
-	cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $<
12
-	cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $<

Return to bug 247822