Index: multimedia/libvpx/files/patch-build_make_Makefile =================================================================== --- multimedia/libvpx/files/patch-build_make_Makefile (revision 373712) +++ multimedia/libvpx/files/patch-build_make_Makefile (working copy) @@ -3,6 +3,15 @@ --- build/make/Makefile.orig +++ build/make/Makefile +@@ -158,7 +158,7 @@ + $(qexec)$(AS) $(ASFLAGS) -o $@ $< + + .PRECIOUS: %.c.S +-%.c.S: CFLAGS += -DINLINE_ASM ++%.c.S: CFLAGS += -DINLINE_ASM -fno-integrated-as + $(BUILD_PFX)%.c.S: %.c + $(if $(quiet),@echo " [GEN] $@") + $(qexec)$(CC) -S $(CFLAGS) -o $@ $< @@ -230,8 +230,8 @@ define install_map_template $(DIST_DIR)/$(1): $(2) Index: multimedia/libvpx/files/patch-build_make_configure.sh =================================================================== --- multimedia/libvpx/files/patch-build_make_configure.sh (revision 0) +++ multimedia/libvpx/files/patch-build_make_configure.sh (working copy) @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- build/make/configure.sh.orig 2014-12-03 18:11:14.000000000 +0100 ++++ build/make/configure.sh 2014-12-03 20:20:00.000000000 +0100 +@@ -1019,7 +1019,7 @@ EOF + bits=32 + enabled x86_64 && bits=64 + check_cpp <