Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241265 Details for
Bug 331067
media-video/gpac doesn't respect LDFLAGS (with USE=jack pulseaudio) (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gpac.patch (text/plain), 852 bytes, created by
Olivier Huber
on 2010-08-03 16:34:57 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2010-08-03 16:34:57 UTC
Size:
852 bytes
patch
obsolete
>--- modules/pulseaudio/Makefile~ 2008-11-24 04:14:19.000000000 -0500 >+++ modules/pulseaudio/Makefile 2010-08-03 12:24:29.104000010 -0400 >@@ -31,7 +31,7 @@ > all: $(LIB) > > $(LIB): $(OBJSPIC) >- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple >+ $(CC) $(LDFLAGS) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple > > > %.o: %.c >--- modules/jack/Makefile~ 2008-11-24 04:14:19.000000000 -0500 >+++ modules/jack/Makefile 2010-08-03 12:25:40.607000009 -0400 >@@ -32,7 +32,7 @@ > all: $(LIB) > > $(LIB): $(OBJSPIC) >- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -ljack >+ $(CC) $(LDFLAGS) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -ljack > > > %.o: %.c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 331067
:
241265
|
241391