diff options
author | andreas <andreas@FreeBSD.org> | 2000-04-17 01:35:59 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-04-17 01:35:59 +0800 |
commit | 6c801225e50d60608c75abac649d479e303bed72 (patch) | |
tree | 1e5009c817e2bef4854df89850d6f60c8922097b /news/knews | |
parent | 4aa7445a99140c8c0f984f93cb07a24955e5ec3e (diff) | |
download | freebsd-ports-gnome-6c801225e50d60608c75abac649d479e303bed72.tar.gz freebsd-ports-gnome-6c801225e50d60608c75abac649d479e303bed72.tar.zst freebsd-ports-gnome-6c801225e50d60608c75abac649d479e303bed72.zip |
xface support for knews
PR: 17985
Submitted by: misha
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 3 | ||||
-rw-r--r-- | news/knews/files/patch-aa | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index c07988de04da..471cf14e3261 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -14,7 +14,8 @@ MAINTAINER= andreas@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png \ + compface:${PORTSDIR}/mail/faces RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter USE_IMAKE= yes diff --git a/news/knews/files/patch-aa b/news/knews/files/patch-aa index ae4180b0b4b2..ebc00fe1fa1f 100644 --- a/news/knews/files/patch-aa +++ b/news/knews/files/patch-aa @@ -1,5 +1,5 @@ --- configure.h.orig Tue Dec 29 11:47:02 1998 -+++ configure.h Thu Jan 7 21:02:56 1999 ++++ configure.h Sun Apr 16 18:48:00 2000 @@ -14,7 +14,7 @@ * * If you don't have sendmail, use /bin/false :-). @@ -9,15 +9,17 @@ /* #define MAIL_COMMAND "/usr/lib/sendmail -t" */ -@@ -84,8 +84,8 @@ +@@ -84,9 +84,9 @@ * libcompface. */ -#define HAVE_JPEG 0 -#define HAVE_PNG 0 +-#define HAVE_COMPFACE 0 +#define HAVE_JPEG 1 +#define HAVE_PNG 1 - #define HAVE_COMPFACE 0 ++#define HAVE_COMPFACE 1 + @@ -138,7 +138,7 @@ |