Index: Makefile =================================================================== --- Makefile (revision 501597) +++ Makefile (working copy) @@ -24,6 +24,8 @@ --with-libevent=${LOCALBASE} \ --with-libmaxminddb=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} +CONFIGURE_ENV= CC=${CC} \ + CXX=${CXX} INSTALL_TARGET= install-strip PORTDOCS= README.md include/README.md Index: files/patch-m4_mk.m4 =================================================================== --- files/patch-m4_mk.m4 (nonexistent) +++ files/patch-m4_mk.m4 (working copy) @@ -0,0 +1,15 @@ +--- m4/mk.m4.orig 2019-05-16 20:09:11 UTC ++++ m4/mk.m4 +@@ -90,8 +90,10 @@ AC_DEFUN([MK_AM_OPENSSL], [ + [SSL toolkit @<:@default=check@:>@]) + ], + [ +- CPPFLAGS="$CPPFLAGS -I$withval/include" +- LDFLAGS="$LDFLAGS -L$withval/lib" ++ if test ${with_openssl} != /usr; then ++ CPPFLAGS="$CPPFLAGS -I$withval/include" ++ LDFLAGS="$LDFLAGS -L$withval/lib" ++ fi + ], + [ + if test -d /usr/local/Cellar/openssl; then Property changes on: files/patch-m4_mk.m4 ___________________________________________________________________ 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