mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
- Update main ffmpeg port to 2.0.1 - Bump and update dependent ports when necessary (API change) Approved by: portmgr (bapt)
11 lines
366 B
Text
11 lines
366 B
Text
--- 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
|
|
|