Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/libcdio/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 8 Apr 2004 08:57:51 -0000 1.2 +++ Makefile 24 May 2004 07:26:04 -0000 @@ -20,7 +20,15 @@ USE_GNOME= gnometarget pkgconfig gnomehack USE_GMAKE= yes INSTALLS_SHLIB= yes +USE_REINPLACE= yes INFO= libcdio -.include +.include + +post-patch: +.if ${OSVERSION} >= 500000 + @${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/lib/_cdio_freebsd.c +.endif + +.include