mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add missing patch
Reported by: pointyhat (pav)
This commit is contained in:
parent
41469d4cf4
commit
bdb35d5eba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296014
11
multimedia/ffmpeg-devel/files/patch-Makefile
Normal file
11
multimedia/ffmpeg-devel/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2012-05-04 12:24:34.447846798 +0200
|
||||
+++ Makefile 2012-05-04 12:24:42.471850113 +0200
|
||||
@@ -79,7 +79,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)/$(FFMPEG_ARCH)/Makefile
|
||||
include $(SRC_PATH)/library.mak
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user