View | Details | Raw Unified | Return to bug 237200 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +11 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		gmake libtool localbase pathfix
15
USES=		compiler:c11 gmake libtool localbase pathfix
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
Lines 29-35 Link Here
29
PGSQL_USES=		pgsql
29
PGSQL_USES=		pgsql
30
SQLITE_CONFIGURE_WITH=	sqlite=${LOCALBASE}
30
SQLITE_CONFIGURE_WITH=	sqlite=${LOCALBASE}
31
SQLITE_USES=		sqlite
31
SQLITE_USES=		sqlite
32
SSL_CONFIGURE_ENABLE=	openssl=${OPENSSLBASE}
33
SSL_USES=		ssl
32
SSL_USES=		ssl
34
33
34
.include <bsd.port.options.mk>
35
36
.if ${PORT_OPTIONS:MSSL}
37
.if ${SSL_DEFAULT} == base
38
CONFIGURE_ARGS+=	--with-openssl
39
.else
40
CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
41
.endif
42
.endif
43
35
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)files/patch-test_zdbpp.cpp (+7 lines)
Line 0 Link Here
1
--- test/zdbpp.cpp.orig	2019-04-11 06:56:05 UTC
2
+++ test/zdbpp.cpp
3
@@ -1,3 +1,4 @@
4
+#include <cassert>
5
 #include <iostream>
6
 #include <string>
7
 #include <map>

Return to bug 237200