Default to /dev/acd0 on 5.x
PR: 67114 Submitted by: michael johnson <ahze@ahze.net>
This commit is contained in:
parent
3bd01e9169
commit
ca2fad71b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109834
@ -20,7 +20,15 @@ GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnometarget pkgconfig gnomehack
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
INFO= libcdio
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} >= 500000
|
||||
@${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/lib/_cdio_freebsd.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user