1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Mark broken on 10.x+

This commit is contained in:
Dmitry Marakasov 2015-02-01 20:35:41 +00:00
parent fd4d6f4bfe
commit 05bb1849c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378274

View File

@ -35,6 +35,12 @@ MAKE_ARGS= DVDREAD_INCLUDE=${LOCALBASE}/include \
CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \
CC="${CC}" CXX="${CXX}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000000
BROKEN= does not build on 10.x+
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct
@ -42,4 +48,4 @@ post-install:
cd ${WRKSRC}/docs/man/man1 && ${INSTALL_MAN} bombono-dvd.1 \
mpeg2demux.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>