aboutsummaryrefslogtreecommitdiff
path: root/devel/libzvbi/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2008-08-27 18:56:04 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2008-08-27 18:56:04 +0000
commitf16328178de7fbd2efee5f98cbe3531b4445fd50 (patch)
tree3108f8b7e2f73d529a77fed180c8b924b0a66330 /devel/libzvbi/Makefile
parent8b959a111435b0850517b572a8f642f60cb808c0 (diff)
downloadports-f16328178de7fbd2efee5f98cbe3531b4445fd50.tar.gz
ports-f16328178de7fbd2efee5f98cbe3531b4445fd50.zip
Notes
Diffstat (limited to 'devel/libzvbi/Makefile')
-rw-r--r--devel/libzvbi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index 136788c008ac..dcb36456deb1 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libzvbi
-PORTVERSION= 0.2.31
+PORTVERSION= 0.2.32
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= zapping
@@ -29,5 +29,11 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/li
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+# @${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|g' \
+# ${WRKSRC}/contrib/atsc-cc.c
+# @${REINPLACE_CMD} -e 's|-I\.|& -I\.\./src|g' \
+# ${WRKSRC}/contrib/Makefile.in
+ @${REINPLACE_CMD} -e 's|zvbi-atsc-cc$$(EXEEXT)||g; \
+ s|zvbi-atsc-cc\.1||g' ${WRKSRC}/contrib/Makefile.in
.include <bsd.port.mk>