1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Default to /dev/acd0 on 5.x

PR:		67114
Submitted by:	michael johnson <ahze@ahze.net>
This commit is contained in:
Tilman Keskinoz 2004-05-24 07:50:12 +00:00
parent 3bd01e9169
commit ca2fad71b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109834

View File

@ -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>