aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrkit
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-10-13 12:20:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-10-13 12:20:24 +0000
commitebbce2b7f4903fd9eca1c5a4595eb73a85b92b96 (patch)
tree1e4a9d72453693e9004933c09c4a925149cda726 /sysutils/cdrkit
parentccf3ea88418dd118b42253921acd5a9800629f53 (diff)
downloadports-ebbce2b7f4903fd9eca1c5a4595eb73a85b92b96.tar.gz
ports-ebbce2b7f4903fd9eca1c5a4595eb73a85b92b96.zip
Notes
Diffstat (limited to 'sysutils/cdrkit')
-rw-r--r--sysutils/cdrkit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cdrkit/Makefile b/sysutils/cdrkit/Makefile
index 9ba6c17ab2a0..a899843e3828 100644
--- a/sysutils/cdrkit/Makefile
+++ b/sysutils/cdrkit/Makefile
@@ -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>