Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 387768 Details for
Bug 513640
media-sound/bitmeter-1.2 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix missing -lm on compiler command line
bitmeter-1.2-libm.patch (text/plain), 500 bytes, created by
Bob Johnson
on 2014-10-30 05:51:37 UTC
(
hide
)
Description:
Patch to fix missing -lm on compiler command line
Filename:
MIME Type:
Creator:
Bob Johnson
Created:
2014-10-30 05:51:37 UTC
Size:
500 bytes
patch
obsolete
>diff -Naur bitmeter-1.2-orig/work/bitmeter-1.2/src/Makefile.in bitmeter-1.2/work/bitmeter-1.2/src/Makefile.in >--- bitmeter-1.2-orig/work/bitmeter-1.2/src/Makefile.in 2005-08-13 05:29:42.000000000 -0700 >+++ bitmeter-1.2/work/bitmeter-1.2/src/Makefile.in 2014-10-29 22:07:38.971871886 -0700 >@@ -172,7 +172,7 @@ > interface.c interface.h \ > callbacks.c callbacks.h > >-bitmeter_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -ljack >+bitmeter_LDADD = -lm @PACKAGE_LIBS@ $(INTLLIBS) -ljack > all: all-am > > .SUFFIXES:
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 513640
: 387768 |
387770