Date: Thu, 8 Nov 2018 16:00:12 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484462 - head/security/git-crypt Message-ID: <201811081600.wA8G0C5m007615@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Thu Nov 8 16:00:12 2018 New Revision: 484462 URL: https://svnweb.freebsd.org/changeset/ports/484462 Log: - Fix brokenness with ssl=openssl111 Modified: head/security/git-crypt/Makefile Modified: head/security/git-crypt/Makefile ============================================================================== --- head/security/git-crypt/Makefile Thu Nov 8 15:29:12 2018 (r484461) +++ head/security/git-crypt/Makefile Thu Nov 8 16:00:12 2018 (r484462) @@ -18,6 +18,7 @@ RUN_DEPENDS= git:devel/git \ OPTIONS_DEFINE= MANPAGES +CXXFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} MAKE_ENV+= PREFIX=${PREFIX} "CXXFLAGS=${CXXFLAGS}" \ "LDFLAGS=${LDFLAGS}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811081600.wA8G0C5m007615>