summaryrefslogtreecommitdiff
path: root/multimedia/pitivi/patches
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-22 00:01:52 +0000
committersbd <sbd@pkgsrc.org>2012-02-22 00:01:52 +0000
commitc478b39f11d4dc9ae7e1a30ced49a67b67988519 (patch)
treefca46c067a0eeec19d7ca91964909cd3ee9fd0aa /multimedia/pitivi/patches
parent1418e4d1925edce0749f47b546b148759003e377 (diff)
downloadpkgsrc-c478b39f11d4dc9ae7e1a30ced49a67b67988519.tar.gz
Don't try to install two figures which don't exist, they will be created
as symlinks which point to themselves.
Diffstat (limited to 'multimedia/pitivi/patches')
-rw-r--r--multimedia/pitivi/patches/patch-help_Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/pitivi/patches/patch-help_Makefile.in b/multimedia/pitivi/patches/patch-help_Makefile.in
new file mode 100644
index 00000000000..e25cfb7f70d
--- /dev/null
+++ b/multimedia/pitivi/patches/patch-help_Makefile.in
@@ -0,0 +1,23 @@
+$NetBSD: patch-help_Makefile.in,v 1.1 2012/02/22 00:01:52 sbd Exp $
+
+Don't try to install two figures which don't exist, they will be created
+as symlinks which point to themselves.
+
+--- help/Makefile.in.orig 2011-09-27 21:51:06.000000000 +0000
++++ help/Makefile.in
+@@ -327,7 +327,6 @@ _clean_dir = $(if $(DOC_MODULE)$(DOC_ID)
+ _doc_install_dir = $(if $(DOC_ID),$(DOC_ID),$(DOC_MODULE))
+ DOC_ID = pitivi
+ DOC_FIGURES = \
+- figures/codecscontainers.jpg \
+ figures/fadestep1.png \
+ figures/fadestep2.png \
+ figures/fadestep3.png \
+@@ -336,7 +335,6 @@ DOC_FIGURES = \
+ figures/keyframecurves.png \
+ figures/layers.png \
+ figures/logo.png \
+- figures/mainwindow.png \
+ figures/previewsource.png \
+ figures/ripple-after.png \
+ figures/ripple-before.png \