Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241303 Details for
Bug 331105
[QA] media-video/subtitleripper-0.3.4-r3 doesn't respect LDFLAGS (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
subtitleripper.patch (text/plain), 666 bytes, created by
Olivier Huber
on 2010-08-03 18:02:15 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2010-08-03 18:02:15 UTC
Size:
666 bytes
patch
obsolete
>--- Makefile~ 2010-08-03 13:56:21.153000014 -0400 >+++ Makefile 2010-08-03 13:58:04.810000014 -0400 >@@ -70,19 +70,19 @@ > # Target > subtitle2pgm: subtitle2pgm.o spudec.o > @echo "Linking $@" >- @$(CC) $^ -o $@ $(LIBS) >+ @$(CC) $(LDFLAGS) $^ -o $@ $(LIBS) > > subtitle2vobsub: subtitle2vobsub.o vobsub.o > @echo "Linking $@" >- @$(CC) $^ -o $@ $(LIBS) >+ @$(CC) $(LDFLAGS) $^ -o $@ $(LIBS) > > srttool: srttool.o > @echo "Linking $@" >- @$(CC) -g $^ -o $@ $(LIBS) >+ @$(CC) $(LDFLAGS) -g $^ -o $@ $(LIBS) > > vobsub2pgm: vobsub2pgm.o vobsub.o spudec.o > @echo "Linking $@" >- @$(CC) -g $^ -o $@ $(LIBS) >+ @$(CC) $(LDFLAGS) -g $^ -o $@ $(LIBS) > > .PHONY: clean dist rpm > clean:
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 331105
: 241303