View | Details | Raw Unified | Return to bug 200609 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 19-25 Link Here
19
19
20
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
21
CONFIGURE_LOG=	config.err
21
CONFIGURE_LOG=	config.err
22
USES=		cpe gmake pkgconfig perl5 tar:bzip2
22
USES=		compiler cpe gmake pkgconfig perl5 tar:bzip2
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
USE_PERL5=	build
24
USE_PERL5=	build
25
WANT_SDL=	yes
25
WANT_SDL=	yes
Lines 247-254 Link Here
247
.include <bsd.port.pre.mk>
247
.include <bsd.port.pre.mk>
248
248
249
.if ${ARCH} == "armv6"
249
.if ${ARCH} == "armv6"
250
CONFIGURE_ENV+=	ASFLAGS=-no-integrated-as
250
CONFIGURE_ARGS+=	--disable-fast-unaligned
251
.if ${CHOSEN_COMPILER_TYPE} == "clang"
252
CONFIGURE_ENV+=	ASFLAGS=	-no-integrated-as
251
.endif
253
.endif
254
.endif
252
255
253
DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
256
DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
254
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
257
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}

Return to bug 200609