Index: Makefile =================================================================== --- Makefile (revision 498530) +++ Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool localbase pathfix +USES= compiler:c11 gmake libtool localbase pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -29,7 +29,16 @@ PGSQL_USES= pgsql SQLITE_CONFIGURE_WITH= sqlite=${LOCALBASE} SQLITE_USES= sqlite -SSL_CONFIGURE_ENABLE= openssl=${OPENSSLBASE} SSL_USES= ssl +.include + +.if ${PORT_OPTIONS:MSSL} +.if ${SSL_DEFAULT} == base +CONFIGURE_ARGS+= --with-openssl +.else +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +.endif +.endif + .include Index: files/patch-test_zdbpp.cpp =================================================================== --- files/patch-test_zdbpp.cpp (nonexistent) +++ files/patch-test_zdbpp.cpp (working copy) @@ -0,0 +1,7 @@ +--- test/zdbpp.cpp.orig 2019-04-11 06:56:05 UTC ++++ test/zdbpp.cpp +@@ -1,3 +1,4 @@ ++#include + #include + #include + #include Property changes on: files/patch-test_zdbpp.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property