Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2019 14:43:10 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496572 - head/devel/p4
Message-ID:  <201903221443.x2MEhAOO065481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Fri Mar 22 14:43:10 2019
New Revision: 496572
URL: https://svnweb.freebsd.org/changeset/ports/496572

Log:
  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 <tphilipp@potion-studios.com>
  MFH:		2019Q1

Modified:
  head/devel/p4/Makefile

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Fri Mar 22 14:33:37 2019	(r496571)
+++ head/devel/p4/Makefile	Fri Mar 22 14:43:10 2019	(r496572)
@@ -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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903221443.x2MEhAOO065481>