blob: ed5f2a37fe273fa9783e96808cca2ee895a07152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Manuel Giraud <manuel.giraud@gmail.com>
# $FreeBSD$
PORTNAME= pcl
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.xmailserver.org/
MAINTAINER= manuel.giraud@gmail.com
COMMENT= Portable Coroutine Library
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
post-patch: # required at least on sparc64
@${REINPLACE_CMD} -e '/<ucontext/ { x ; \
s,.*,#include <inttypes.h>, ; G ; }' ${WRKSRC}/pcl/pcl.c
.include <bsd.port.mk>
|