mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Mark broken on 4.x
PR: 95578
This commit is contained in:
parent
f448f2938c
commit
40b33e8f04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159304
@ -20,6 +20,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
|
||||
|
||||
# In opal's Makefile the default make's target is optshared
|
||||
ALL_TARGET= optshared
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
@ -32,6 +33,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.ifdef (WITH_FFMPEG)
|
||||
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
||||
CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
|
||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
|
||||
|
||||
# In opal's Makefile the default make's target is optshared
|
||||
ALL_TARGET= optshared
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
@ -32,6 +33,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.ifdef (WITH_FFMPEG)
|
||||
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
||||
CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user