Fix build in 5.x branch: machine/soundcard.h -> sys/soundcard.h

PR:		53171
Submitted by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-06-11 22:05:09 +00:00
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

View file

@ -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}|' \

View file

@ -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}|' \