1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/knews/files/patch-aa
Andreas Klemm ccb10483da update to new version 1.0b.0
port dependency to jpeg an png lib, because inline imaging is enabled now
the pre-configure script edits knews.tmpl after it has been patched
enable automatic jump into threaded mode in Knews.ad
port dependency to mp port, because default print command now uses newsp
1998-03-14 16:36:00 +00:00

44 lines
1010 B
Plaintext

--- configure.h.orig Fri Jan 9 18:16:11 1998
+++ configure.h Sat Mar 14 16:36:46 1998
@@ -14,7 +14,7 @@
*
* If you don't have sendmail, use /bin/false :-).
*/
-/* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */
+#define MAIL_COMMAND "/usr/sbin/sendmail -t"
/* #define MAIL_COMMAND "/usr/lib/sendmail -t" */
@@ -34,7 +34,10 @@
/* #define DOMAIN_FILE "/your/file/here" */
/* #define DOMAIN_NAME "your_domain_here" */
-#define DOMAIN_HACK 1
+#define DOMAIN_HACK 0 /* if set to 1 and if you have a dialup
+ connection to internet and use the
+ resolver, then knews causes a dialup
+ on start */
@@ -86,8 +89,8 @@
* library search paths in knews.tmpl for libjpeg and libpng.
*/
-#define HAVE_JPEG 0
-#define HAVE_PNG 0
+#define HAVE_JPEG 1
+#define HAVE_PNG 1
@@ -139,7 +142,7 @@
*
* Knews*backgroundPixmap: ~/dir/texture.xpm
*/
-#define HAVE_XPM 0
+#define HAVE_XPM 1
/* If your system doesn't have the POSIX sigaction() function, defining