mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -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
10 lines
365 B
Text
10 lines
365 B
Text
--- Makefile.orig 2014-04-08 18:24:52.000000000 +0200
|
|
+++ Makefile 2014-04-08 18:25:08.000000000 +0200
|
|
@@ -128,7 +128,7 @@
|
|
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
|
|
SUBDIR := $(1)/
|
|
include $(SRC_PATH)/$(1)/Makefile
|
|
--include $(SRC_PATH)/$(1)/$(ARCH)/Makefile
|
|
+-include $(SRC_PATH)/$(1)/$(LIBAV_ARCH)/Makefile
|
|
include $(SRC_PATH)/library.mak
|
|
endef
|