From 8c12a007a962c3812dbd01a130a276e94c2f248f Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sun, 7 Jun 2020 23:56:32 +0200 Subject: [PATCH] Geomyidae-git: Disable TLS support for the moment (avoid libressl dependency) That should be more gracefully done via an option. --- Geomyidae-git/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Geomyidae-git/Makefile b/Geomyidae-git/Makefile index f39d8850a3..e429b36b99 100644 --- a/Geomyidae-git/Makefile +++ b/Geomyidae-git/Makefile @@ -15,6 +15,10 @@ GIT_REPOSITORIES= geomyidae GIT_REPO.geomyidae= git://bitreich.org/geomyidae WRKSRC= ${WRKDIR}/geomyidae +# Disable TLS support (avoids libressl dependency) +MAKE_FLAGS+= TLS_CFLAGS= +MAKE_FLAGS+= TLS_LDFLAGS= + BUILD_DEFS+= VARBASE GEOMYIDAE_USER GEOMYIDAE_GROUP GEOMYIDAE_ROOTDIR FILES_SUBST+= GEOMYIDAE_USER=${GEOMYIDAE_USER} GEOMYIDAE_GROUP=${GEOMYIDAE_GROUP} FILES_SUBST+= GEOMYIDAE_ROOTDIR=${GEOMYIDAE_ROOTDIR}