diff options
author | erwin <erwin@FreeBSD.org> | 2008-07-16 22:04:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-07-16 22:04:54 +0800 |
commit | 6c7e4f1394d2624222048c57590491de546fc3c1 (patch) | |
tree | 5956d58360d5c2cdabde51ec6219e9a4e8e6ac97 /multimedia | |
parent | 6ee6539ab4aeeca4c5e61e15ae37438b02a3d362 (diff) | |
download | freebsd-ports-gnome-6c7e4f1394d2624222048c57590491de546fc3c1.tar.gz freebsd-ports-gnome-6c7e4f1394d2624222048c57590491de546fc3c1.tar.zst freebsd-ports-gnome-6c7e4f1394d2624222048c57590491de546fc3c1.zip |
Use nasm -v instead of -r, which has been obsoleted and cased
configure to loop.
Submitted by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/handbrake/files/patch-contrib-mpeg4ip-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-contrib-mpeg4ip-configure b/multimedia/handbrake/files/patch-contrib-mpeg4ip-configure new file mode 100644 index 000000000000..5cf2c84a154a --- /dev/null +++ b/multimedia/handbrake/files/patch-contrib-mpeg4ip-configure @@ -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 |