vadim@ noticed that if gnustep-corebase is installed that some OS X tests in the

configure script are triggered and the configure script inserts OS X specific
command line parameters during the build.

from Brad (maintainer)
This commit is contained in:
ajacoutot 2019-12-19 11:52:32 +00:00
parent 2c259bde10
commit 31ed0baba2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.196 2019/11/07 10:13:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.197 2019/12/19 11:52:32 ajacoutot Exp $
COMMENT= audio/video converter and streamer
@ -125,6 +125,7 @@ CONFIGURE_ARGS+=--enable-shared \
--extra-libs="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
--extra-ldsoflags="${LDLIBFLAGS}" \
--mandir=${PREFIX}/man \
--objcc="/usr/bin/false" \
--optflags="${OPTFLAGS}"
CONFIGURE_ENV+= TERM=${TERM} \