From 89cb16c6aea740069b3f18672688732fb2684f4a Mon Sep 17 00:00:00 2001 From: marius Date: Wed, 9 Apr 2008 20:40:00 +0000 Subject: Rename fexecve() to js_fexecve() so it doesn't clash with the recently added libc one. Reported by: marcus Approved by: netchild --- sysutils/cdrdao/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysutils/cdrdao') diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 92eab87004d7..5d6df542dcb2 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -95,6 +95,9 @@ post-patch: 55readcd 55scgcheck 55scgskeleton 55rscsi 85man @${RM} ${WRKSRC}/scsilib/TARGETS/${i} .endfor +.for i in include/schily.h libschily/fexec.c + @${REINPLACE_CMD} -e 's|fexecve|js_fexecve|g' ${WRKSRC}/scsilib/${i} +.endfor .if ${PORTNAME} == "gcdmaster" @${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \ -- cgit