ffmpeg: we no longer need to include compiler.mk.

This commit is contained in:
nia 2021-10-09 10:59:44 +00:00
parent ec4d459a36
commit f5e37742dc
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.73 2021/10/09 07:48:07 nia Exp $
# $NetBSD: Makefile,v 1.74 2021/10/09 10:59:44 nia Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/}
PKGREVISION= 14
@ -39,8 +39,6 @@ post-install:
.include "options.mk"
.include "../../mk/compiler.mk"
# disable asm on i386 to avoid text relocations
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --disable-asm

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.56 2021/10/09 07:48:07 nia Exp $
# $NetBSD: Makefile,v 1.57 2021/10/09 10:59:45 nia Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg4/}
PKGREVISION= 9
@ -34,8 +34,6 @@ post-install:
.include "options.mk"
.include "../../mk/compiler.mk"
# disable asm on i386 to avoid text relocations
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --disable-asm