From 42c44957e8c26fc7c9ac04f5c8befd5d95773b96 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 22 Apr 2000 06:29:01 +0000 Subject: disable compface, knews dumps core when trying to post new article in newsgroup --- news/knews/Makefile | 6 +++--- news/knews/files/patch-aa | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'news') diff --git a/news/knews/Makefile b/news/knews/Makefile index 58dd0d10d036..5de45f376e4d 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -14,9 +14,9 @@ MAINTAINER= andreas@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ - compface:${PORTSDIR}/mail/faces -RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter + png.3:${PORTSDIR}/graphics/png +# compface:${PORTSDIR}/mail/faces +RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ diff --git a/news/knews/files/patch-aa b/news/knews/files/patch-aa index ebc00fe1fa1f..ebcb21145c1b 100644 --- a/news/knews/files/patch-aa +++ b/news/knews/files/patch-aa @@ -18,7 +18,7 @@ -#define HAVE_COMPFACE 0 +#define HAVE_JPEG 1 +#define HAVE_PNG 1 -+#define HAVE_COMPFACE 1 ++#define HAVE_COMPFACE 0 -- cgit v1.2.3