aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2017-05-03 17:09:38 +0000
committerPawel Pekala <pawel@FreeBSD.org>2017-05-03 17:09:38 +0000
commitee6234880d15a5fc87a182965dd1f45c52883e00 (patch)
treef0d2dcb9a718bdcd8dca97ee80a2ab6b3d0538b3 /converters
parentc738969c63bdd9c886baa0e458647de4fc01e8e4 (diff)
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/ical2html/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile
index 10638cbe5b8c..8d01c1d4764d 100644
--- a/converters/ical2html/Makefile
+++ b/converters/ical2html/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ical2html
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
@@ -17,4 +17,10 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+post-patch:
+ @${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \
+ ${WRKSRC}/ical2html.c \
+ ${WRKSRC}/icalfilter.c \
+ ${WRKSRC}/icalmerge.c
+
.include <bsd.port.mk>