diff options
-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 |