diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /multimedia/handbrake/files/patch-contrib-x264-configure | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'multimedia/handbrake/files/patch-contrib-x264-configure')
-rw-r--r-- | multimedia/handbrake/files/patch-contrib-x264-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-contrib-x264-configure b/multimedia/handbrake/files/patch-contrib-x264-configure new file mode 100644 index 000000000000..af3ef6ed31c0 --- /dev/null +++ b/multimedia/handbrake/files/patch-contrib-x264-configure @@ -0,0 +1,11 @@ +--- ../HandBrake_old/contrib/x264/configure 2007-07-15 22:45:03.000000000 +0200 ++++ contrib/x264/configure 2007-12-06 01:16:03.000000000 +0100 +@@ -160,7 +160,7 @@ + fi + as_check || AS="nasm" + ;; +- x86_64) ++ x86_64 | amd64) + ARCH="X86_64" + AS="yasm" + ASFLAGS="-f elf -m amd64" |