Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 18:45:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415130 - head/comms/seyon
Message-ID:  <201605131845.u4DIjheI056006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 13 18:45:43 2016
New Revision: 415130
URL: https://svnweb.freebsd.org/changeset/ports/415130

Log:
  Prevent collision with getline(3)

Modified:
  head/comms/seyon/Makefile

Modified: head/comms/seyon/Makefile
==============================================================================
--- head/comms/seyon/Makefile	Fri May 13 18:39:06 2016	(r415129)
+++ head/comms/seyon/Makefile	Fri May 13 18:45:43 2016	(r415130)
@@ -20,4 +20,8 @@ PLIST_FILES=	bin/seyon lib/X11/app-defau
 post-extract:
 	${CHMOD} +x ${WRKSRC}/makever.sh
 
+post-patch:
+	${REINPLACE_CMD} -e "s/getline(/seyon_getline(/g" \
+		${WRKSRC}/SeDecl.h ${WRKSRC}/SeScript.c ${WRKSRC}/SeSupp.c
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605131845.u4DIjheI056006>