diff options
-rw-r--r-- | lang/php56/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 45a55e99ae0..3487a756bd5 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/01/16 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2018/02/20 06:42:20 wiz Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -47,6 +47,10 @@ INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC .endif +.if !empty(MACHINE_PLATFORM:MNetBSD-8.99.[1-9][0-9]-*) +BROKEN= php-5.6 does not support OpenSSL-1.1 +.endif + post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \ |