diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-14 02:45:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-14 02:45:43 +0800 |
commit | dc9d0eda1a590d4c78898e59022c63ec76f6f67e (patch) | |
tree | 8d3a251cfd25710262d81326757fe4bc76d04bfb /comms/seyon | |
parent | 34168f4fd18f15cfa01d53ec75740aedb37aab7e (diff) | |
download | freebsd-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/Makefile | 4 |
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> |