1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Unbreak on 8.0

Submitted by:	Alexandre Perrin <alexandre.perrin@epfl.ch>
This commit is contained in:
Pav Lucistnik 2009-10-13 12:20:24 +00:00
parent ccf3ea8841
commit ebbce2b7f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242766

View File

@ -27,12 +27,12 @@ CONFLICTS= cdrtools-[0-9]* cjk-cdrtools-[0-9]*
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800030
BROKEN= does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/include/AddSchilyBits.cmake \
${WRKSRC}/3rd-party/dirsplit/CMakeLists.txt
@${REINPLACE_CMD} -e 's|fexecve|librols_fexecve|g' \
${WRKSRC}/librols/fexec.c \
${WRKSRC}/include/schily.h
@${REINPLACE_CMD} -e 's|getdelim|wodim_getdelim|g' ${WRKSRC}/wodim/cue.c
.include <bsd.port.post.mk>