diff options
author | sbruno <sbruno@FreeBSD.org> | 2015-05-03 03:08:43 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2015-05-03 03:08:43 +0800 |
commit | 4cb9163ebe3504c8f8dbb29ae8963fc603fbc304 (patch) | |
tree | 9ba9546d28b1bda46cbec3fd9bf8b66c46b257a0 /lang/php56 | |
parent | 91900d70c7f454a504d5f3e969c09b8a28d66dc3 (diff) | |
download | freebsd-ports-gnome-4cb9163ebe3504c8f8dbb29ae8963fc603fbc304.tar.gz freebsd-ports-gnome-4cb9163ebe3504c8f8dbb29ae8963fc603fbc304.tar.zst freebsd-ports-gnome-4cb9163ebe3504c8f8dbb29ae8963fc603fbc304.zip |
Disable FPM on mips/mips64 due to lack of ASM implementations for these
architectures.
PR: 197128
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 5c52a2c6c114..d71863867f77 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -39,6 +39,9 @@ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR +# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM +OPTIONS_EXCLUDE_mips=FPM +OPTIONS_EXCLUDE_mips64=FPM OPTIONS_SUB= yes CLI_DESC= Build CLI version |