diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2011-12-18 09:33:23 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 09:33:23 -0600 |
commit | 1014868c1ce10b10af2af3681980d28e0e3d7f7d (patch) | |
tree | 88a454a38c0fe909a42074a43b37502cc5e55919 /multimedia/gimp-gap/patch-ffmpeg-Makefile.diff | |
parent | bccc3810b5039a7ed056aae0f6b1b7878568098e (diff) | |
download | slackbuilds-1014868c1ce10b10af2af3681980d28e0e3d7f7d.tar.gz |
multimedia/gimp-gap: Included a patch for internal ffmpeg / texlive
This commit also includes some tweaks to option setting (rworkman)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/gimp-gap/patch-ffmpeg-Makefile.diff')
-rw-r--r-- | multimedia/gimp-gap/patch-ffmpeg-Makefile.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/gimp-gap/patch-ffmpeg-Makefile.diff b/multimedia/gimp-gap/patch-ffmpeg-Makefile.diff new file mode 100644 index 0000000000..46db6c20b0 --- /dev/null +++ b/multimedia/gimp-gap/patch-ffmpeg-Makefile.diff @@ -0,0 +1,16 @@ +--- extern_libs/ffmpeg/Makefile.orig 2010-08-04 19:25:32.000000000 -0700 ++++ extern_libs/ffmpeg/Makefile 2010-08-04 19:27:27.000000000 -0700 +@@ -113,9 +113,10 @@ + VHOOK_DEPS = $(HOOKS:$(SLIBSUF)=.d) + depend dep: $(VHOOK_DEPS) + +-documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \ +- ffplay-doc.html general.html hooks.html \ +- $(ALLMANPAGES)) ++documentation: ++# documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \ ++# ffplay-doc.html general.html hooks.html \ ++# $(ALLMANPAGES)) + + doc/%.html: doc/%.texi + texi2html -monolithic -number $< |