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

(-)b/www/phalcon/Makefile (-3 / +2 lines)
Lines 15-27 USES= php:ext Link Here
15
USE_PHP=	hash:build pdo:build
15
USE_PHP=	hash:build pdo:build
16
IGNORE_WITH_PHP=	70
16
IGNORE_WITH_PHP=	70
17
17
18
ONLY_FOR_ARCHS=	amd64 i386
18
ONLY_FOR_ARCHS=	amd64 armv6 i386
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	phalcon
21
GH_ACCOUNT=	phalcon
22
GH_PROJECT=	c${PORTNAME}
22
GH_PROJECT=	c${PORTNAME}
23
23
24
PBITS=		${ARCH:S/amd64/64/:S/i386/32/:S/x86_64/64/}
24
PBITS=		${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/}
25
WRKSRC_SUBDIR=		build/${PBITS}bits
25
WRKSRC_SUBDIR=		build/${PBITS}bits
26
26
27
CFLAGS+=	-I${LOCALBASE}/include
27
CFLAGS+=	-I${LOCALBASE}/include
28
- 

Return to bug 211359