diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-12-13 16:50:15 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-12-13 16:50:15 +0000 |
commit | b0045c6f20bc486e18834d563b045d4f9ac1a098 (patch) | |
tree | 7a62adc58f568bc77698a4537d93fc4ee9397850 /multimedia/handbrake/files/patch-contrib-x264-configure | |
parent | - Add FreeBSD 8 in makedefs (diff) |
- Update to 0.9.1, remove BROKEN and add NO_CDROM. The handbrake builds as in
static with libdvdcss in its binary, so forced to have NO_CDROM[1].
- Pass the maintainership to the submitter.
[1] NO_CDROM=CSS code may violate the DMCA
PR: ports/118458
Submitted by: Jona Joachim <jaj@hcl-club.lu>
Notes
Notes:
svn path=/head/; revision=203484
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" |