diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 18:45:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 18:45:43 +0000 |
commit | 0fca21d3345e0ecbb3236644af8e027a14cd6007 (patch) | |
tree | 8d3a251cfd25710262d81326757fe4bc76d04bfb | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415130
-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> |