diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 18:55:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 18:55:43 +0000 |
commit | 507b8c23fc9a475f00a81af95066d5301f8c32ef (patch) | |
tree | 880f9de5a35fe700a2d848cf721d91c8b93bab57 | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415133
-rw-r--r-- | devel/gaa/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gaa/Makefile b/devel/gaa/Makefile index 2a79064aa1f6..49be5202235d 100644 --- a/devel/gaa/Makefile +++ b/devel/gaa/Makefile @@ -11,4 +11,7 @@ COMMENT= GPL Argument Analyser GNU_CONFIGURE= yes +post-patch: + ${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/source/gaa_parser.y + .include <bsd.port.mk> |