diff options
Diffstat (limited to 'devel/ccrtp')
-rw-r--r-- | devel/ccrtp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index a67d2cf4b1b3..145d7eed69f8 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccrtp -# Date created: 2006-04-22 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= ccrtp PORTVERSION= 2.0.5 @@ -25,6 +21,8 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" CPPFLAGS+= -I${LOCALBASE}/include INFO= ccrtp +BROKEN= does not build + post-patch: @cd ${WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; |