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

(-)Makefile (-1 / +11 lines)
Lines 18-24 Link Here
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
INSTALLS_SHLIB=	yes
19
INSTALLS_SHLIB=	yes
20
20
21
.include <bsd.port.pre.mk>
22
21
post-patch:
23
post-patch:
24
.if ${OSVERSION} < 500036
22
	@${PERL} -pi -e "s/cfree/free/g" ${WRKSRC}/src/list.c
25
	@${PERL} -pi -e "s/cfree/free/g" ${WRKSRC}/src/list.c
26
.else
27
	${SED} -i.orig -e "s/cfree/free/g" ${WRKSRC}/src/list.c
28
.endif
29
.if ${OSVERSION} <= 500027
30
	@${FIND} ${WRKSRC}/src -type f | ${XARGS} -n 10 -x ${PERL} -pi \
31
		-e 's|<stdint.h>|<inttypes.h>|'
32
.endif
23
33
24
.include <bsd.port.mk>
34
.include <bsd.port.post.mk>

Return to bug 38410