diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:06:58 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:06:58 +0000 |
| commit | 969acbbca18520253432c22696ff3650335f8b26 (patch) | |
| tree | 4b1f88423529fefcbaaf0298b564f77ee878be21 | |
| parent | Prevent collision with getline(3) (diff) | |
Prevent collision with getline(3)
| -rw-r--r-- | games/bsdgames/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index 39bc7180fd08..e3b115455ba7 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -64,6 +64,8 @@ post-patch: ${REINPLACE_CMD} -e 's/HIDEGAME/SGIDGAME/' \ ${WRKSRC}/$${f}/Makefile; \ done + @${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/cribbage/io.c \ + ${WRKSRC}/cribbage/crib.c ${WRKSRC}/cribbage/cribbage.h pre-install: .for d in atc larn quiz.db |
