svn commit: r376684 - head/net/pen
Tijl Coosemans
tijl at FreeBSD.org
Sat Jan 10 09:56:25 UTC 2015
Author: tijl
Date: Sat Jan 10 09:56:24 2015
New Revision: 376684
URL: https://svnweb.freebsd.org/changeset/ports/376684
QAT: https://qat.redports.org/buildarchive/r376684/
Log:
Fix build with base system OpenSSL
Reported by: antoine
Modified:
head/net/pen/Makefile
Modified: head/net/pen/Makefile
==============================================================================
--- head/net/pen/Makefile Sat Jan 10 09:42:11 2015 (r376683)
+++ head/net/pen/Makefile Sat Jan 10 09:56:24 2015 (r376684)
@@ -16,6 +16,8 @@ USE_OPENSSL= yes
USE_RC_SUBR= pen
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \
--with-ssl=${OPENSSLBASE}
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING
PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \
More information about the svn-ports-all
mailing list