Fix build in 5.x branch: machine/soundcard.h -> sys/soundcard.h
PR: 53171 Submitted by: maintainer
This commit is contained in:
parent
b4eff9081c
commit
b069388bc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82813
2 changed files with 6 additions and 2 deletions
|
@ -31,7 +31,9 @@ post-patch:
|
|||
| ${XARGS} -x -n 10 \
|
||||
${REINPLACE_CMD} -E \
|
||||
-e 's|
||' \
|
||||
-e 's|malloc.h|stdlib.h|'
|
||||
-e 's|malloc.h|stdlib.h|' \
|
||||
-e 's|machine\/soundcard.h|sys\/soundcard.h|'
|
||||
|
||||
# C{C,FLAGS} and PREFIX safeness
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|gcc|${CC} ${CFLAGS}|' \
|
||||
|
|
|
@ -31,7 +31,9 @@ post-patch:
|
|||
| ${XARGS} -x -n 10 \
|
||||
${REINPLACE_CMD} -E \
|
||||
-e 's|
||' \
|
||||
-e 's|malloc.h|stdlib.h|'
|
||||
-e 's|malloc.h|stdlib.h|' \
|
||||
-e 's|machine\/soundcard.h|sys\/soundcard.h|'
|
||||
|
||||
# C{C,FLAGS} and PREFIX safeness
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|gcc|${CC} ${CFLAGS}|' \
|
||||
|
|
Loading…
Reference in a new issue