diff options
author | marius <marius@FreeBSD.org> | 2008-04-10 04:40:00 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-04-10 04:40:00 +0800 |
commit | 89cb16c6aea740069b3f18672688732fb2684f4a (patch) | |
tree | 39dc6a278daf016626be5ba4622fd79b72d19b62 /sysutils/cdrdao/Makefile | |
parent | 10f964b1958700787380f158368f9fd303a431c6 (diff) | |
download | freebsd-ports-gnome-89cb16c6aea740069b3f18672688732fb2684f4a.tar.gz freebsd-ports-gnome-89cb16c6aea740069b3f18672688732fb2684f4a.tar.zst freebsd-ports-gnome-89cb16c6aea740069b3f18672688732fb2684f4a.zip |
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.
Reported by: marcus
Approved by: netchild
Diffstat (limited to 'sysutils/cdrdao/Makefile')
-rw-r--r-- | sysutils/cdrdao/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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}|' \ |