Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137770 Details for
Bug 200858
media-libs/libmp4v2-1.5.0.1 can't be configured with dev-lang/nasm-2.00
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Changes -r to -v in configure script
libmp4v2-nasm-2.00.patch (text/plain), 469 bytes, created by
darklegion
on 2007-12-05 03:47:16 UTC
(
hide
)
Description:
Changes -r to -v in configure script
Filename:
MIME Type:
Creator:
darklegion
Created:
2007-12-05 03:47:16 UTC
Size:
469 bytes
patch
obsolete
>--- configure.orig 2007-12-05 14:34:57.000000000 +1100 >+++ configure 2007-12-05 14:35:05.000000000 +1100 >@@ -28881,7 +28881,7 @@ > if test x$USENASM = xtrue; then > echo "$as_me:$LINENO: checking nasm version..." >&5 > echo $ECHO_N "checking nasm version...... $ECHO_C" >&6 >- BILLSNASM_arg=`nasm -r | tr '.' ' '` >+ BILLSNASM_arg=`nasm -v | tr '.' ' '` > BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg` > if test x$BILLSNASM_ret = x"yes"; then > USENASM=true
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 200858
: 137770 |
137771
|
137857