mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
Mainly for leaf consumers: applications but not plugins or libraries.
Otherwise, indirectly mixing different versions of ffmpeg libraries at
runtime can lead to crashes.
To use simply add the following before <bsd.port.mk> or <bsd.port.pre.mk>
.include "${.CURDIR:H:H}/multimedia/ffmpeg4/override.mk"
PR: 261302
Inspired by: c717faa5c7
11 lines
287 B
Text
11 lines
287 B
Text
--- doc/Makefile.orig 2015-06-19 20:44:35 UTC
|
|
+++ doc/Makefile
|
|
@@ -145,7 +145,7 @@ install-html: $(HTMLPAGES)
|
|
endif
|
|
|
|
ifdef CONFIG_MANPAGES
|
|
-install-progs-$(CONFIG_DOC): install-man
|
|
+#install-progs-$(CONFIG_DOC): install-man
|
|
|
|
install-man: $(MANPAGES)
|
|
$(Q)mkdir -p "$(MANDIR)/man1"
|