mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00: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
@ -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…
Reference in New Issue
Block a user