svn commit: r416813 - head/www/webstone-ssl

Bernard Spil brnrd at FreeBSD.org
Sun Jun 12 17:27:02 UTC 2016


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:


More information about the svn-ports-head mailing list