From 8b6ae3497c2cdca3b4ad4fc85fed8ad80c6d2c92 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 22 Mar 2019 14:43:10 +0000 Subject: [PATCH] devel/p4: fix the build with alternate OpenSSL implementations When setting DEFAULT_VERSIONS+=ssl=anything, p4 needs to use OPENSSLINC. PR: 236548 Reported by: Tassilo Philipp MFH: 2019Q1 --- devel/p4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/p4/Makefile b/devel/p4/Makefile index d5bf24d81b16..dadbc3961dc9 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -40,6 +40,7 @@ PLIST_FILES= bin/p4 do-build: cd ${WRKSRC} && ${SETENV} C++="${CXX}" C++FLAGS="${CXXFLAGS}" \ CCFLAGS="${CFLAGS}" \ + HDRS="${OPENSSLINC}" \ LINKFLAGS="${LDFLAGS}" \ OSVER=${OSVER} \ SSL="yes" \