diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile index 57afc292ff1f..09bfd3967359 100644 --- a/databases/libzdb/Makefile +++ b/databases/libzdb/Makefile @@ -1,46 +1,47 @@ # Created by: vanilla@ PORTNAME= libzdb PORTVERSION= 3.2.2 CATEGORIES= databases MASTER_SITES= https://www.tildeslash.com/libzdb/dist/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Thread-safe connection pool library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= fails to build +BROKEN_powerpc= fails to build USES= compiler:c11 gmake libtool localbase pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= SSL OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= MYSQL PGSQL SQLITE SSL MYSQL_CONFIGURE_WITH= mysql=${LOCALBASE}/bin/mysql_config MYSQL_USES= mysql PGSQL_CONFIGURE_WITH= postgresql=${LOCALBASE}/bin/pg_config PGSQL_USES= pgsql SQLITE_CONFIGURE_WITH= sqlite=${LOCALBASE} SQLITE_USES= sqlite SSL_USES= ssl .include # See PR/237200 for details .if ${PORT_OPTIONS:MSSL} .if ${SSL_DEFAULT} == base CONFIGURE_ARGS+= --enable-openssl .else CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE} .endif .endif .include