aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-10-13 20:20:24 +0800
committerpav <pav@FreeBSD.org>2009-10-13 20:20:24 +0800
commit79637c62c54e8b8b141f071848b98ee154a591b0 (patch)
treeabe05963d27d42ea954e98e2b36fc1db88d41690 /sysutils
parent191216f80aa280611dd4465e9b9d94a206e863e2 (diff)
downloadfreebsd-ports-gnome-79637c62c54e8b8b141f071848b98ee154a591b0.tar.gz
freebsd-ports-gnome-79637c62c54e8b8b141f071848b98ee154a591b0.tar.zst
freebsd-ports-gnome-79637c62c54e8b8b141f071848b98ee154a591b0.zip
- Unbreak on 8.0
Submitted by: Alexandre Perrin <alexandre.perrin@epfl.ch>
Diffstat (limited to 'sysutils')
-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>