View | Details | Raw Unified | Return to bug 67114
Collapse All | Expand All

(-)Makefile (-1 / +9 lines)
Lines 20-26 Link Here
20
USE_GNOME=	gnometarget pkgconfig gnomehack
20
USE_GNOME=	gnometarget pkgconfig gnomehack
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
USE_REINPLACE=	yes
23
24
24
INFO=		libcdio
25
INFO=		libcdio
25
26
26
.include <bsd.port.mk>
27
.include <bsd.port.pre.mk>
28
29
post-patch:
30
.if ${OSVERSION} >= 500000
31
	@${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/lib/_cdio_freebsd.c
32
.endif
33
34
.include <bsd.port.post.mk>

Return to bug 67114