mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Use nasm -v instead of -r, which has been obsoleted and cased
configure to loop. Submitted by: pointyhat
This commit is contained in:
parent
0f77a302f0
commit
bd469a7d09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216912
11
multimedia/handbrake/files/patch-contrib-mpeg4ip-configure
Normal file
11
multimedia/handbrake/files/patch-contrib-mpeg4ip-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- contrib/mpeg4ip/configure.orig 2008-07-16 13:36:37.000000000 +0200
|
||||
+++ contrib/mpeg4ip/configure 2008-07-16 13:36:48.000000000 +0200
|
||||
@@ -27789,7 +27789,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
|
Loading…
Reference in New Issue
Block a user