svn commit: r370187 - branches/2014Q4/sysutils/ucspi-tcp

Renato Botelho garga at FreeBSD.org
Mon Oct 6 15:25:29 UTC 2014


Author: garga
Date: Mon Oct  6 15:25:28 2014
New Revision: 370187
URL: https://svnweb.freebsd.org/changeset/ports/370187
QAT: https://qat.redports.org/buildarchive/r370187/

Log:
  MFH: r370153
  
  - Fix build with option IPV6 disabled
  
  PR:		193827
  Submitted by:	kyuupichan at gmail.com
  Approved by:	ports-secteam (zi@)

Modified:
  branches/2014Q4/sysutils/ucspi-tcp/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/sysutils/ucspi-tcp/Makefile
==============================================================================
--- branches/2014Q4/sysutils/ucspi-tcp/Makefile	Mon Oct  6 15:18:10 2014	(r370186)
+++ branches/2014Q4/sysutils/ucspi-tcp/Makefile	Mon Oct  6 15:25:28 2014	(r370187)
@@ -108,6 +108,8 @@ PATCH_SITES+=		${MASTER_SITE_LOCAL:S/$/:
 PATCH_SITE_SUBDIR+=	garga/ucspi-tcp/:rss,ssl,rbl2smtpd
 
 post-patch:
+	@${REINPLACE_CMD} -e 's/^extern int errno;/#include <errno.h>/' \
+		${WRKSRC}/error.h
 .if ${PORT_OPTIONS:MSSL}
 	@${REINPLACE_CMD} -e 's|#INCS=-I/usr/local/include|INCS=-I${OPENSSLBASE}/include|g; \
 			      s|-lcrypto|-L${OPENSSLBASE}/lib |g' \


More information about the svn-ports-branches mailing list