Add SEPARATE_BUILD to a few ports.

QEMU has deprecated in src tree builds.

from Brad (maintainer)
This commit is contained in:
ajacoutot 2020-04-04 08:36:55 +00:00
parent a29c8555d2
commit b6a0afdc4d
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.193 2020/03/30 20:10:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.194 2020/04/04 08:36:55 ajacoutot Exp $
ONLY_FOR_ARCHS= aarch64 amd64 arm i386 powerpc sparc64
@ -68,6 +68,7 @@ EXTRA_CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
# until the system headers are fixed properly.
EXTRA_CFLAGS+= -Wno-redundant-decls
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= --prefix=${PREFIX} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.198 2020/01/01 10:56:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.199 2020/04/04 08:36:55 ajacoutot Exp $
COMMENT= audio/video converter and streamer
@ -81,6 +81,7 @@ OPTFLAGS= ${CFLAGS}
OPTFLAGS+= -Wno-redundant-decls
FIX_EXTRACT_PERMISSIONS= Yes
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ARGS+=--enable-shared \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2019/12/24 15:08:09 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.42 2020/04/04 08:36:55 ajacoutot Exp $
COMMENT= Google VP8/VP9 video codec
@ -29,6 +29,7 @@ BUILD_DEPENDS+= devel/yasm
MAKE_FLAGS= LIBVPX_VERSION=${LIBvpx_VERSION} verbose=yes
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ARGS+=--enable-shared \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2020/03/01 10:02:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.56 2020/04/04 08:36:55 ajacoutot Exp $
COMMENT= free H.264/MPEG-4 AVC encoder
@ -29,6 +29,7 @@ COMPILER_LANGS= c
BUILD_DEPENDS+= devel/nasm
.endif
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ENV= API=${LIBx264_VERSION}