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

(-)Makefile (-7 / +1 lines)
Lines 34-45 Link Here
34
INFO=		libadplug
34
INFO=		libadplug
35
MAN1=		adplugdb.1
35
MAN1=		adplugdb.1
36
36
37
.include <bsd.port.pre.mk>
38
39
.if ${OSVERSION} < 500000
40
BROKEN=		does not build on 4.x
41
.endif
42
43
post-patch:
37
post-patch:
44
	@${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \
38
	@${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \
45
		${WRKSRC}/adplugdb/adplugdb.cpp \
39
		${WRKSRC}/adplugdb/adplugdb.cpp \
Lines 56-59 Link Here
56
		${WRKSRC}/Makefile.in \
50
		${WRKSRC}/Makefile.in \
57
		${WRKSRC}/Makefile.am
51
		${WRKSRC}/Makefile.am
58
52
59
.include <bsd.port.post.mk>
53
.include <bsd.port.mk>

Return to bug 111667