aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-07-16 14:04:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-07-16 14:04:54 +0000
commitbd469a7d09c2c34c633b00eaf32cd5d04fc81fea (patch)
tree0b3c151059ab8a988ea69040d18a1e81bff42350 /multimedia
parent0f77a302f0256dba56ee62228bb249d9356cb998 (diff)
downloadports-bd469a7d09c2c34c633b00eaf32cd5d04fc81fea.tar.gz
ports-bd469a7d09c2c34c633b00eaf32cd5d04fc81fea.zip
Use nasm -v instead of -r, which has been obsoleted and cased
configure to loop. Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=216912
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/handbrake/files/patch-contrib-mpeg4ip-configure11
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