diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-29 01:38:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-29 01:38:51 +0000 |
commit | 01c6a53eba0cab4e23cf3fdf6239a4e00fc1ff69 (patch) | |
tree | c398654f961fa939d022e8a94a050e33f171a2fd /media-video/dvdrip/files | |
parent | Stable on sparc (diff) | |
download | historical-01c6a53eba0cab4e23cf3fdf6239a4e00fc1ff69.tar.gz historical-01c6a53eba0cab4e23cf3fdf6239a4e00fc1ff69.tar.bz2 historical-01c6a53eba0cab4e23cf3fdf6239a4e00fc1ff69.zip |
Patch for amd64 - the nptl *fix* was breaking it. http://lists.debian.org/debian-amd64/2005/05/msg00867.html
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'media-video/dvdrip/files')
-rw-r--r-- | media-video/dvdrip/files/nptl-amd64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/dvdrip/files/nptl-amd64.patch b/media-video/dvdrip/files/nptl-amd64.patch new file mode 100644 index 000000000000..a01165db0e4f --- /dev/null +++ b/media-video/dvdrip/files/nptl-amd64.patch @@ -0,0 +1,12 @@ +diff -Naurp Video-DVDRip-0.97.10.orig/lib/Video/DVDRip/Config.pm Video-DVDRip-0.97.10/lib/Video/DVDRip/Config.pm +--- Video-DVDRip-0.97.10.orig/lib/Video/DVDRip/Config.pm 2006-06-28 20:39:45.000000000 -0400 ++++ Video-DVDRip-0.97.10/lib/Video/DVDRip/Config.pm 2006-06-28 20:40:37.000000000 -0400 +@@ -405,7 +405,7 @@ my %CONFIG_PARAMETER = ( + workaround_nptl_bugs => { + label => __ "Workaround transcode NPTL bugs", + type => 'switch', +- value => 1, ++ value => 0, + }, + nptl_ld_assume_kernel => { + label => __ "Set LD_ASSUME_KERNEL to", |