mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
- Unbreak on all supported FreeBSD versions (package builders) - Enable support for wavpack and webp en/decoding - Enable parallel installation with multimedia/ffmpeg by installing the shared libraries, headers and .pc files within separate directories (libav/) or using an own suffix (-libav) Changelog for version 10: http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10
11 lines
401 B
Makefile
11 lines
401 B
Makefile
--- library.mak.orig 2014-04-08 18:27:40.000000000 +0200
|
|
+++ library.mak 2014-03-23 17:47:44.000000000 +0100
|
|
@@ -80,7 +80,7 @@
|
|
$(Q)mkdir -p "$(INCINSTDIR)"
|
|
$$(INSTALL) -m 644 $$^ "$(INCINSTDIR)"
|
|
|
|
-install-lib$(NAME)-pkgconfig: $(SUBDIR)lib$(NAME).pc
|
|
+install-lib$(NAME)-pkgconfig: $(SUBDIR)lib$(NAME)-libav.pc
|
|
$(Q)mkdir -p "$(LIBDIR)/pkgconfig"
|
|
$$(INSTALL) -m 644 $$^ "$(LIBDIR)/pkgconfig"
|
|
|