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

(-)Makefile (-4 / +1 lines)
Lines 21-31 Link Here
21
BROKEN_armv7=		fails to configure: checking for /nxb-bin/usr/bin/cc... no
21
BROKEN_armv7=		fails to configure: checking for /nxb-bin/usr/bin/cc... no
22
22
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USES=		gmake jpeg pkgconfig
24
USES=		compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig
25
25
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
29
post-patch:
26
post-patch:
30
	@${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \
27
	@${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \
31
		${WRKSRC}/src/exrnormalize.c \
28
		${WRKSRC}/src/exrnormalize.c \

Return to bug 234187