mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
malloc.h -> stdlib.h
PR: 39013 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
This commit is contained in:
parent
1622d07ad6
commit
b4d9215797
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60811
@ -24,6 +24,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/gdbm.h
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c
|
||||
|
||||
#
|
||||
# Distribution does not include an install target. So here it is.
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user