ports/multimedia/libav/files/patch-Makefile
Marcus von Appen b2910e4d7a - Update to version 10
- 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
2014-04-08 19:45:15 +00:00

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