FreeBSD Bugzilla – Attachment 172964 Details for
Bug 211359
www/phalcon: enable build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 bit translation
0001-www-phalcon-builds-fine-on-armv6.patch (text/plain), 865 bytes, created by
Franco Fichtner
on 2016-07-25 06:07:01 UTC
(
hide
)
Description:
armv6 bit translation
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2016-07-25 06:07:01 UTC
Size:
865 bytes
patch
obsolete
>From 93d94f4e2cb147155548916eabe615210cb86b8c Mon Sep 17 00:00:00 2001 >From: Franco Fichtner <franco@opnsense.org> >Date: Mon, 18 Jul 2016 17:40:44 +0200 >Subject: [PATCH] www/phalcon: builds fine on armv6 > >--- > www/phalcon/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile >index 709432e..92c7502 100644 >--- a/www/phalcon/Makefile >+++ b/www/phalcon/Makefile >@@ -15,13 +15,13 @@ USES= php:ext > USE_PHP= hash:build pdo:build > IGNORE_WITH_PHP= 70 > >-ONLY_FOR_ARCHS= amd64 i386 >+ONLY_FOR_ARCHS= amd64 armv6 i386 > > USE_GITHUB= yes > GH_ACCOUNT= phalcon > GH_PROJECT= c${PORTNAME} > >-PBITS= ${ARCH:S/amd64/64/:S/i386/32/:S/x86_64/64/} >+PBITS= ${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/} > WRKSRC_SUBDIR= build/${PBITS}bits > > CFLAGS+= -I${LOCALBASE}/include >-- >2.7.4 (Apple Git-66) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211359
: 172964