summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-19 17:29:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-19 17:29:14 +0000
commite30f64ff0d75392827e674982ffab5468e95ef7e (patch)
tree70199f20f2c24333d0ba6dca918cd8f41b4af1db /media-video/dvbcut/files
parentAdd dependency on x11-libs/libXtst, bug #242586 (diff)
downloadgentoo-2-e30f64ff0d75392827e674982ffab5468e95ef7e.tar.gz
gentoo-2-e30f64ff0d75392827e674982ffab5468e95ef7e.tar.bz2
gentoo-2-e30f64ff0d75392827e674982ffab5468e95ef7e.zip
Add a patch by Daniel Pielmeier <daniel.pielmeier@googlemail.com> to fix build when /usr/local does not exist. Bug #230095
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'media-video/dvbcut/files')
-rw-r--r--media-video/dvbcut/files/dvbcut-0.5.4-scons.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-video/dvbcut/files/dvbcut-0.5.4-scons.patch b/media-video/dvbcut/files/dvbcut-0.5.4-scons.patch
new file mode 100644
index 000000000000..5a4f1768db90
--- /dev/null
+++ b/media-video/dvbcut/files/dvbcut-0.5.4-scons.patch
@@ -0,0 +1,14 @@
+--- SConstruct 2007-04-13 19:36:40.000000000 +0200
++++ SConstruct 2008-06-29 22:38:32.000000000 +0200
+@@ -7,9 +7,9 @@
+
+ opts=Options()
+
+-opt=opts.Add(PathOption('PREFIX', 'Directory to install under', '/usr/local'))
++opt=opts.Add(PathOption('PREFIX', 'Directory to install under', '/usr'))
+ opt=opts.Add(PathOption('BINDIR', 'Directory to install under', os.path.join('$PREFIX','bin')))
+-opt=opts.Add(PathOption('MANPATH', 'Directory to install under', os.path.join('$PREFIX','man')))
++opt=opts.Add(PathOption('MANPATH', 'Directory to install under', os.path.join('$PREFIX','share/man')))
+
+ ### DEBUG MODE
+