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

(-)Makefile (-6 / +1 lines)
Lines 9-22 Link Here
9
MAINTAINER=	oliver@FreeBSD.org
9
MAINTAINER=	oliver@FreeBSD.org
10
COMMENT=	Library to provide abstract access to various archives
10
COMMENT=	Library to provide abstract access to various archives
11
11
12
USE_BZIP2=	yes
12
USES=		cmake tar:bzip2
13
USES=		cmake
14
USE_AUTOTOOLS=	libtool
15
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
16
14
17
patch-autotools-libtool:
18
	@${DO_NADA}
19
20
post-patch:
15
post-patch:
21
	@${REINPLACE_CMD} -e \
16
	@${REINPLACE_CMD} -e \
22
		's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \
17
		's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \

Return to bug 192112