Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2016 17:27:01 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416813 - head/www/webstone-ssl
Message-ID:  <201606121727.u5CHR1nU074183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Jun 12 17:27:01 2016
New Revision: 416813
URL: https://svnweb.freebsd.org/changeset/ports/416813

Log:
  www/webstone-ssl: Fix build` with LibreSSL
  
  PR:		199019
  Sponsored by:	BSDCan 2016

Modified:
  head/www/webstone-ssl/Makefile

Modified: head/www/webstone-ssl/Makefile
==============================================================================
--- head/www/webstone-ssl/Makefile	Sun Jun 12 17:24:34 2016	(r416812)
+++ head/www/webstone-ssl/Makefile	Sun Jun 12 17:27:01 2016	(r416813)
@@ -27,7 +27,7 @@ USE_OPENSSL=	yes
 ALL_TARGET=	install
 MAKE_JOBS_UNSAFE=	yes
 
-CPPFLAGS+=	-I${OPENSSLINC}
+CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 
 pre-configure:



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