Index: head/multimedia/openh264/files/patch-build_arch.mk =================================================================== --- head/multimedia/openh264/files/patch-build_arch.mk (nonexistent) +++ head/multimedia/openh264/files/patch-build_arch.mk (revision 394430) @@ -0,0 +1,11 @@ +--- build/arch.mk.orig 2015-08-09 21:14:55 UTC ++++ build/arch.mk +@@ -1,7 +1,7 @@ + ifneq ($(filter %86 x86_64, $(ARCH)),) + include $(SRC_PATH)build/x86-common.mk + endif +-ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),) ++ifneq ($(filter-out armv6 arm64, $(filter arm%, $(ARCH))),) + ifeq ($(USE_ASM), Yes) + ASM_ARCH = arm + ASMFLAGS += -I$(SRC_PATH)codec/common/arm/ Property changes on: head/multimedia/openh264/files/patch-build_arch.mk ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property