Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244833 Details for
Bug 334595
media-sound/sndpeek does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix ldflags
sndpeek-1.3-r3-fix-ldflags.patch (text/plain), 1.09 KB, created by
Ross Smith
on 2010-08-27 01:58:28 UTC
(
hide
)
Description:
fix ldflags
Filename:
MIME Type:
Creator:
Ross Smith
Created:
2010-08-27 01:58:28 UTC
Size:
1.09 KB
patch
obsolete
>diff -ur ../orig/makefile.alsa ./makefile.alsa >--- ../orig/makefile.alsa 2010-08-26 21:38:25.763435112 -0400 >+++ ./makefile.alsa 2010-08-26 21:39:53.699664542 -0400 >@@ -12,7 +12,7 @@ > MagFFT.o NormRMS.o MarSignal.o fmatrix.o > > sndpeek: $(OBJS) >- $(CXX) -o $@ $(OBJS) $(LIBS) >+ $(CXX) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) > > Centroid.o: > $(CXX) $(CFLAGS) $(MARSYAS_DIR)$*.cpp >diff -ur ../orig/makefile.jack ./makefile.jack >--- ../orig/makefile.jack 2010-08-26 21:38:25.764435252 -0400 >+++ ./makefile.jack 2010-08-26 21:39:51.146688289 -0400 >@@ -11,7 +11,7 @@ > MagFFT.o NormRMS.o MarSignal.o fmatrix.o > > sndpeek: $(OBJS) >- $(CXX) -o $@ $(OBJS) $(LIBS) >+ $(CXX) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) > > Centroid.o: > $(CXX) $(CFLAGS) $(MARSYAS_DIR)$*.cpp >diff -ur ../orig/makefile.oss ./makefile.oss >--- ../orig/makefile.oss 2010-08-26 21:38:25.764435252 -0400 >+++ ./makefile.oss 2010-08-26 21:39:48.289414020 -0400 >@@ -12,7 +12,7 @@ > MagFFT.o NormRMS.o MarSignal.o fmatrix.o > > sndpeek: $(OBJS) >- $(CXX) -o $@ $(OBJS) $(LIBS) >+ $(CXX) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) > > Centroid.o: > $(CXX) $(CFLAGS) $(MARSYAS_DIR)$*.cpp >
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 334595
:
244699
|
244831
| 244833 |
244835