aboutsummaryrefslogtreecommitdiff
path: root/security/tlswrap
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-06-13 09:52:06 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-06-13 09:52:06 +0000
commit647cb16ec09db9548a8425ecf8c26d0186c5404d (patch)
tree5091eb0afa583f895b7c88cdd57004e1189fb6b0 /security/tlswrap
parentd7c459b38b22ac28aca184ac3ff0b480ccaacf09 (diff)
downloadports-647cb16ec09db9548a8425ecf8c26d0186c5404d.tar.gz
ports-647cb16ec09db9548a8425ecf8c26d0186c5404d.zip
Add patch to fix build on FreeBSD 10.x (no functional changes)
Notes
Notes: svn path=/head/; revision=320746
Diffstat (limited to 'security/tlswrap')
-rw-r--r--security/tlswrap/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile
index d4db8b784d36..35d7531864b3 100644
--- a/security/tlswrap/Makefile
+++ b/security/tlswrap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tlswrap
-# Date created: 25 July 2005
-# Whom: Daniel O'Connor <darius@dons.net.au>
-#
+# Created by: Daniel O'Connor <darius@dons.net.au>
# $FreeBSD$
-#
PORTNAME= tlswrap
PORTVERSION= 1.0.4
@@ -24,6 +20,8 @@ PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -E 's,pipe([12]),pipe0\1,g' \
+ ${WRKSRC}/misc.[ch] ${WRKSRC}/network.c ${WRKSRC}/tlswrap.c
post-install:
.if !defined(NOPORTDOCS)