Fix syntax warning in aalib.m4.
PR: 145220 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes
This commit is contained in:
parent
e549b9109f
commit
98f39c1126
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257147
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= aalib
|
||||
PORTVERSION= 1.4.r5
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/aa-project/aa-lib/1.4rc5
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
||||
|
@ -59,6 +59,9 @@ post-patch:
|
|||
s|MAKEINFO=makeinfo|MAKEINFO="makeinfo --no-split"|g ; \
|
||||
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|AC_DEFUN(AM_PATH_AALIB|AC_DEFUN([AM_PATH_AALIB]|g' \
|
||||
${WRKSRC}/aalib.m4
|
||||
@${FIND} ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g'
|
||||
|
||||
|
|
Loading…
Reference in a new issue