aboutsummaryrefslogtreecommitdiffstats
path: root/comms/seyon
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-05-14 02:45:43 +0800
committerbapt <bapt@FreeBSD.org>2016-05-14 02:45:43 +0800
commitdc9d0eda1a590d4c78898e59022c63ec76f6f67e (patch)
tree8d3a251cfd25710262d81326757fe4bc76d04bfb /comms/seyon
parent34168f4fd18f15cfa01d53ec75740aedb37aab7e (diff)
downloadfreebsd-ports-gnome-dc9d0eda1a590d4c78898e59022c63ec76f6f67e.tar.gz
freebsd-ports-gnome-dc9d0eda1a590d4c78898e59022c63ec76f6f67e.tar.zst
freebsd-ports-gnome-dc9d0eda1a590d4c78898e59022c63ec76f6f67e.zip
Prevent collision with getline(3)
Diffstat (limited to 'comms/seyon')
-rw-r--r--comms/seyon/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile
index edb1788b34f6..597b801ab08e 100644
--- a/comms/seyon/Makefile
+++ b/comms/seyon/Makefile
@@ -20,4 +20,8 @@ PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \
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>