mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use dev/speaker/speaker.h instead of deprecated machine/speaker.h
Allow build on amd64 and pc98 PR: ports/148435 Submitted by: Anonymous <swell.k at gmail.com> Approved by: Michael James Brune (maintainer)
This commit is contained in:
parent
8c9977d410
commit
ddaa9daeac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257606
1 changed files with 5 additions and 1 deletions
|
@ -17,8 +17,12 @@ MAN1= beep.1
|
|||
MANCOMPRESSED= maybe
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 amd64 pc98
|
||||
|
||||
PLIST_FILES= bin/beep
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
|
||||
${WRKSRC}/beep.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue