Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331067 | Differences between
and this patch

Collapse All | Expand All

(-)modules/pulseaudio/Makefile~ (-1 / +1 lines)
Lines 31-37 Link Here
31
all: $(LIB)
31
all: $(LIB)
32
32
33
$(LIB): $(OBJSPIC)
33
$(LIB): $(OBJSPIC)
34
	$(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple
34
	$(CC) $(LDFLAGS) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple
35
35
36
36
37
%.o: %.c
37
%.o: %.c
(-)modules/jack/Makefile~ (-1 / +1 lines)
Lines 32-38 Link Here
32
all: $(LIB)
32
all: $(LIB)
33
33
34
$(LIB): $(OBJSPIC)
34
$(LIB): $(OBJSPIC)
35
	$(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib  -ljack
35
	$(CC) $(LDFLAGS) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib  -ljack
36
36
37
37
38
%.o: %.c
38
%.o: %.c

Return to bug 331067