svn commit: r419281 - head/net/freebsd-uucp
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 29 23:35:05 UTC 2016
Author: bapt
Date: Fri Jul 29 23:35:03 2016
New Revision: 419281
URL: https://svnweb.freebsd.org/changeset/ports/419281
Log:
Fix collision with getline(3)
Modified:
head/net/freebsd-uucp/Makefile
Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile Fri Jul 29 23:29:30 2016 (r419280)
+++ head/net/freebsd-uucp/Makefile Fri Jul 29 23:35:03 2016 (r419281)
@@ -55,6 +55,8 @@ post-extract:
${REINPLACE_CMD} -e 's|(owner)|(uucpowner)|' \
${WRKSRC}/uucp/uustat/Makefile
${REINPLACE_CMD} -e 's|0770|0750|' ${WRKSRC}/local.mtree
+ ${REINPLACE_CMD} -e 's/getline (/get_line (/g' \
+ ${WRKSRC}/uucp/libuucp/getlin.c
do-configure:
${REINPLACE_CMD} -e "s=/usr/local/=${PREFIX}/=" \
More information about the svn-ports-all
mailing list