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

(-)devel/fnccheck/Makefile (-15 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	fnccheck
3
PORTNAME=	fnccheck
4
PORTVERSION=	3.2.0
4
PORTVERSION=	3.2.0
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	SF/${PORTNAME}
7
MASTER_SITES=	SF/${PORTNAME}
7
DISTNAME=	FunctionCheck-${PORTVERSION}
8
DISTNAME=	FunctionCheck-${PORTVERSION}
Lines 12-23 Link Here
12
LICENSE=	GPLv2 LGPL21
13
LICENSE=	GPLv2 LGPL21
13
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
14
15
15
BROKEN=		Missing header
16
BUILD_DEPENDS=	gnulibiberty>0:${PORTSDIR}/devel/gnulibiberty \
17
		libbfd>0:${PORTSDIR}/devel/libbfd
16
18
17
USE_BINUTILS=	yes
18
USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
19
USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
19
LIBTOOLIZE_ARGS=--force
20
LIBTOOLIZE_ARGS=--force
20
ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
21
AUTOMAKE_ARGS=	--force-missing --add-missing --foreign
21
AUTOMAKE_ARGS=	--force-missing --add-missing --foreign
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
Lines 28-45 Link Here
28
28
29
INFO=		libfc
29
INFO=		libfc
30
30
31
NO_STAGE=	yes
32
33
OPTIONS_DEFINE=	NLS
34
35
.include <bsd.port.options.mk>
36
37
# should be same as binutils
38
.if ${PORT_OPTIONS:MNLS}
39
USES+=		gettext
40
LDFLAGS+=	-lintl
41
.endif
42
43
post-patch:
31
post-patch:
44
	@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \
32
	@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \
45
		's|-ldl -lpthread|| ; \
33
		's|-ldl -lpthread|| ; \

Return to bug 187498