freebsd-ports/multimedia/mplayer/files/patch-ffmpeg-Makefile
Thomas Zander bb6d0ade27 - Update to new upstream snapshot 2014-08-24
- GUI OPTION is no longer default
- Workaround an issue in CURRENT which prevented building
  a binary that supports profiling
- Retire no longer needed CONFIGURE_ARGS and patch for CVE-2014-4610
2014-08-29 09:55:41 +00:00

11 lines
429 B
Text

--- ffmpeg/Makefile.orig 2014-07-22 19:20:06.000000000 +0200
+++ ffmpeg/Makefile 2014-08-11 20:49:48.038911362 +0200
@@ -91,7 +91,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)/$(MPLAYER_ARCH)/Makefile
-include $(SRC_PATH)/$(1)/$(INTRINSICS)/Makefile
include $(SRC_PATH)/library.mak
endef