diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-30 09:37:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-30 09:37:11 +0000 |
commit | 6971a4d51b6da5e9866dfffcdaf8ccedaba47464 (patch) | |
tree | c18634f8764f090220dd5e8d93bb67f1da3315f3 /devel/motor/Makefile | |
parent | 6a99051daf13c705644560a9788df7771038236c (diff) | |
download | ports-6971a4d51b6da5e9866dfffcdaf8ccedaba47464.tar.gz ports-6971a4d51b6da5e9866dfffcdaf8ccedaba47464.zip |
Fix build on -CURRENT.
Notes
Notes:
svn path=/head/; revision=224982
Diffstat (limited to 'devel/motor/Makefile')
-rw-r--r-- | devel/motor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/motor/Makefile b/devel/motor/Makefile index 1f584a049831..6d7a69158f25 100644 --- a/devel/motor/Makefile +++ b/devel/motor/Makefile @@ -32,6 +32,8 @@ MAN1= motor.1 post-patch: @${REINPLACE_CMD} -e 's|zxvf|&o|' ${WRKSRC}/share/Makefile.in + @${REINPLACE_CMD} -e 's|strndup|my_strndup|' ${WRKSRC}/parser/src/parser.c \ + ${WRKSRC}/parser/src/strfn.c ${WRKSRC}/parser/include/strfn.h .if !defined(NOPORTDOCS) post-install: |